Skip to content

Commit

Permalink
Updated aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
amacgregor committed May 7, 2018
1 parent 526bc51 commit a8c0c4e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions zsh_files/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,22 @@ alias to=". gotodir"
##########################################
# Utility aliases
##########################################
#alias ll="ls -lhA"
alias ll="exa -bghHliS --git"
alias svim="sudo vim"
alias c='pygmentize -O style=monokai -f console256 -g'
alias history-stat="history | awk '{print \$2}' | sort | uniq -c | sort -n -r | head"
alias please='sudo $(fc -ln -1)'



##########################################
# Deprecated
##########################################
#alias go_write="cd /Volumes/Workspace/Writing"
#alias go_work="cd /Volumes/Workspace/Work"
#alias go_workspace="cd /Volumes/Workspace"
#alias go_browze="cd /Volumes/Workspace/Work/Clients/DailyGrabs"

#alias ll="ls -lhA"
#alias pyenv='CFLAGS="-I$(brew --prefix openssl)/include" LDFLAGS="-L$(brew --prefix openssl)/lib" pyenv'

##########################################
Expand Down

0 comments on commit a8c0c4e

Please sign in to comment.