Skip to content

Commit

Permalink
feat: config zsh alias
Browse files Browse the repository at this point in the history
  • Loading branch information
einverne committed Oct 8, 2024
1 parent 51a015c commit a2ce34a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ if [[ -f ~/.ssh/assh.yml ]]; then
fi

alias pstop='watch "ps aux | sort -nrk 3,3 | head -n 5"'
eval "$(gh copilot alias -- zsh)"
if command -v gh &> /dev/null
then
eval "$(gh copilot alias -- zsh)"
fi

alias qs='open -a QSpace'

0 comments on commit a2ce34a

Please sign in to comment.