Update tmux

This commit is contained in:
Marco Thomas
2021-03-08 13:58:50 +01:00
parent 3926c08b36
commit 023dfe8471
2 changed files with 10 additions and 7 deletions

View File

@@ -46,9 +46,10 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then
alias vim="nvim"
fi
alias emacs="emacs -nw"
if [[ -x $(which swallow 2> /dev/null) ]]; then
alias zathura="swallow zathura"
alias emacs="swallow emacs"
fi
alias updoot="yay -Syu"