Skip to content

Commit

Permalink
alias to add current dir to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Machyne authored and Matt Cotter committed Jul 25, 2016
1 parent 5ff1532 commit 4a774b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ alias notrailspace="awk '{gsub(/ +$/,\"\")} {print \$0}'"
alias plz="history | tail -n 2 | colrm 1 7 | head -n 1 | sudo bash"
alias sd="subl ."
alias psa="ps aux | grep --color=auto"
alias pathme='export PATH=$(pwd):$PATH'

# enable color support
if [ -x /usr/bin/dircolors ]; then
Expand Down

0 comments on commit 4a774b7

Please sign in to comment.