Skip to content

Commit

Permalink
changing alias code to dcode to not collide with vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Adidi committed Aug 28, 2019
1 parent da415cb commit 5a46417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/includes/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ alias ..='cd ..' # Go Up
alias ...='cd ../../' # Go Up 2 levels
alias cdd='cd -' # Go Back
alias desk='cd ~/Desktop' # Shortcut to code dir
alias code='cd ~/code' # Shortcut to code dir
alias dcode='cd ~/code' # Shortcut to code dir
alias sites='cd ~/Sites' # Shortcut to Sites dir
alias dotfiles='cd ~/.dotfiles' # Shortcut to CLI dotfiles dir
alias guifiles='cd ~/.dotfiles-xfce' # Shortcut to GUI dotfiles dir
Expand Down

0 comments on commit 5a46417

Please sign in to comment.