tmux: use alias in zsh to convert config to xdg
parent
c449e13acc
commit
43a71f4b8e
|
@ -124,7 +124,7 @@ preexec() { }
|
|||
#-------#
|
||||
alias vi='vim'
|
||||
alias mv='mv -i'
|
||||
alias tmux='tmux -2'
|
||||
alias tmux="tmux -2 -f $XDG_CONFIG_HOME/tmux/tmux.conf"
|
||||
alias mv_p='rsync --progress --remove-source-files -h'
|
||||
alias ls='ls --color=auto'
|
||||
alias poweroff='systemctl poweroff'
|
||||
|
|
Loading…
Reference in New Issue