Skip to content

Commit

Permalink
small changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Nov 24, 2024
1 parent 444c0a0 commit b8fc93c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ show-env-ver() {
}

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

Expand Down

0 comments on commit b8fc93c

Please sign in to comment.