Skip to content

Commit

Permalink
Added sudo alias with env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanpetterson committed Sep 27, 2021
1 parent 166ddd4 commit bc90586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Dotfiles setup
alias dotfiles="/usr/bin/git --git-dir=/home/ruan/.dotfiles/ --work-tree=/home/ruan"

# sudo alias
alias sudo="sudo -E"

# User configuration
HISTFILE=~/.histfile
HISTSIZE=1000
Expand Down

0 comments on commit bc90586

Please sign in to comment.