fix typo in aliases

This commit is contained in:
Daylin Morgan 2022-01-18 15:54:21 -06:00
parent 3361f81885
commit f09e63912b

View file

@ -48,10 +48,11 @@ is-executable gdu && alias gdu -I '.*node_modules' -H
alias fzf-bat="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'" alias fzf-bat="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'"
alias vivaldi="vivaldi-stable" alias vivaldi="vivaldi-stable"
#zellij #zellij
if is-exectuable zellij; then if is-executable zellij; then
alias zs="zellij -s" alias zs="zellij -s"
alias zl="zellij ls" alias zl="zellij ls"
alias za="zellij a" alias za="zellij a"
fi fi
########################################## ##########################################