fix(fish): tmux_attach variable names were messed up lol

This commit is contained in:
Léana 江 2023-04-29 22:45:09 +02:00 committed by Léana 江
parent 8ddfa3c474
commit 6a2004f7b5
3 changed files with 7 additions and 4 deletions

View file

@ -20,6 +20,7 @@ abbr gs 'git switch'
abbr gp 'git push'
abbr gpr 'git fetch && git rebase'
abbr gpm 'git fetch && git merge'
abbr cc 'clone_repo'
## FS
alias tree='tree -Cph -L 1'