Skip to content

Commit

Permalink
Feature: Added alias dotfiles (CodelyTV#72)
Browse files Browse the repository at this point in the history
* Added alias dotfiles

* Update dotfiles_template/shell/aliases.sh

Co-authored-by: Rafa Gómez <[email protected]>
  • Loading branch information
gtrabanco and rgomezcasas authored Feb 10, 2021
1 parent de20292 commit 1ce491d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles_template/shell/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ alias ...="cd ../.."
alias ll="ls -l"
alias la="ls -la"
alias ~="cd ~"
alias dotfiles="cd '$DOTFILES_PATH'"

# Git
alias gaa="git add -A"
Expand Down

0 comments on commit 1ce491d

Please sign in to comment.