Skip to content

Commit

Permalink
small changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Jul 4, 2024
1 parent 6630d3a commit 20a4176
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .config/zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ show-env-ver() {
}

# cd
alias dv="cd ~/works/develop"
alias d="cd ~/dotfiles"
alias note="cd ~/works/notes"
alias dv="cd ~/works/develop"
alias n="cd ~/works/notes"
alias pj="cd ~/works/projects"
alias gr='cd "$(git rev-parse --show-toplevel)"'

# clear
Expand Down

0 comments on commit 20a4176

Please sign in to comment.