Skip to content

Commit

Permalink
feat: add ls and dotfile aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed May 31, 2024
1 parent 277c6cf commit e330b8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,10 @@ eval "$(pyenv virtualenv-init -)"

export PYENV_VERSION=pypy-2.2.1
export PIP_VERSION=21.2.4

### List directories
alias ls="eza -a --group-directories-first --icons"
alias la="eza -a --group-directories-first --icons --oneline"

### Go to dotfiles directory
alias dotfiles="cd ~/dotfiles"

0 comments on commit e330b8c

Please sign in to comment.