Skip to content

Commit

Permalink
Run sudo with aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Ablasou committed Nov 4, 2021
1 parent fccb273 commit 768482b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ alias md='mkdir -p'
alias cp='cp -R'
alias rm='rm -Rf'

# Run `sudo` with aliases
alias sudo='sudo '

# Navigation
alias ..='cd ..'
alias ...='cd ...'
Expand Down

0 comments on commit 768482b

Please sign in to comment.