add tmux
This commit is contained in:
parent
bab55452ad
commit
4e767e2994
3
tmux/.tmux.conf
Normal file
3
tmux/.tmux.conf
Normal file
@ -0,0 +1,3 @@
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
@ -13,6 +13,12 @@ alias vu="vagrant up"
|
||||
alias vs="vagrant ssh"
|
||||
alias vus="vagrant up && vagrant ssh"
|
||||
|
||||
# nnn
|
||||
alias n="n -T t"
|
||||
|
||||
# tmux
|
||||
alias t="tmux"
|
||||
|
||||
function mkcd {
|
||||
mkdir -p "$1" && cd $_
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user