Skip to content

Commit

Permalink
fix: fix alias typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstrange committed May 10, 2024
1 parent 39fa5f2 commit 658a6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tag-zsh/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alias gad=fz-git-add
alias gbr=fz-git-branch
alias gco=fz-git-checkout
alias gsh=fz-git-show
alias gdel=fz-git-delte-branch
alias gdel=fz-git-delete-branch
alias gsta=fz-git-stash-apply
alias gcm='git commit -m'
alias gsw='git switch'
Expand All @@ -27,7 +27,7 @@ alias crontab='VIM_CRONTAB=true crontab'
# Use nvim as vim
alias vim='nvim'

alias dotfile='cd ~/dotfiles'
alias dotfiles='cd ~/dotfiles'

# docker compose
# I don't use dc command...
Expand Down

0 comments on commit 658a6f7

Please sign in to comment.