chore(zsh): remove just aliases

This commit is contained in:
Oliver Davies 2023-11-04 10:19:46 +00:00
parent 5c31b63308
commit ee4911cbeb

View file

@ -311,14 +311,6 @@ in
ialias wip="git add . && git commit -m 'wip'";
ialias wt="git worktree"
# just
alias j="just"
alias jc="just composer"
alias jci="just composer install"
alias jcr="just composer require"
alias jd="just drush"
alias jt="just test"
# tmux
alias ta="tmux attach"
alias tl="tmux list-sessions"