Skip to content

Commit

Permalink
feat(zsh): change pnpm alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Oct 20, 2024
1 parent 91112f0 commit de2804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh/config/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ alias la='ls -lAh' # List nodes with their details.
alias v="$EDITOR"
alias g='git'
compdef g='git'
alias p='pnpm'
alias pn='pnpm'
alias px='pnpx'

typeset -A git_aliases=(
Expand Down

0 comments on commit de2804b

Please sign in to comment.