Skip to content

Commit

Permalink
chore: 💡 update zsh defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Feb 27, 2024
1 parent 0eeddee commit ad9c1c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ OX_OXIDE[bkgi]=${OX_BACKUP}/git/.gitignore
##########################################################

# shortcuts
alias ..="cd .."
alias ...="cd ../.."
alias ~="cd ~"
alias z="cd -"
alias cat="bat"
alias ls="lsd"
alias ll="ls -l"
Expand Down

0 comments on commit ad9c1c9

Please sign in to comment.