fix typo in aliases
This commit is contained in:
parent
3361f81885
commit
f09e63912b
1 changed files with 2 additions and 1 deletions
|
@ -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 vivaldi="vivaldi-stable"
|
||||
#zellij
|
||||
if is-exectuable zellij; then
|
||||
if is-executable zellij; then
|
||||
|
||||
alias zs="zellij -s"
|
||||
alias zl="zellij ls"
|
||||
alias za="zellij a"
|
||||
|
||||
fi
|
||||
##########################################
|
||||
|
|
Loading…
Reference in a new issue