Skip to content

Commit

Permalink
GHI-#15 Create core alias "sudo" to fix sudo'ed commands alias expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 27, 2017
1 parent 0aecbe3 commit dad96f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowblocks/bash/core/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ alias yta='youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 --aud
# +-------+
# + Basic +
# +-------+
# Enable alias expansion for commands run by sudo
alias sudo='sudo '

# Enable colorized long listing with human-readable size- and ISO-8601 date format.
alias ls='LC_COLLATE=C ls -lAh --color=auto --time-style="+%Y-%m-%d +%H:%M:%S" --group-directories-first'

Expand Down

0 comments on commit dad96f2

Please sign in to comment.