Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohongxuan committed Apr 6, 2023
1 parent b1363ad commit bc55554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export JAVA_HOME="/usr/local/opt/openjdk@11/"
#export PATH="/usr/local/opt/openjdk@11/bin:$PATH"

alias gcf='git checkout $( git branch | fzf)'
alias gcfr='git checkout $(git branch -r | fzf | sed "s/origin\///")'
alias cm='chezmoi'

# fd - cd to selected directory
Expand Down

0 comments on commit bc55554

Please sign in to comment.