Skip to content

Commit

Permalink
add mount and dropbox aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Aug 13, 2015
1 parent 9da5f3a commit 928a32a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ alias fuck='eval $(thefuck $(fc -ln -1)); history -R'
alias FUCK='fuck'
# make feh always scale images to window size
alias feh='feh -.'
alias dropbox='dropbox-cli'
alias mount='sudo mount -o uid=gil,gid=users'

export PATH=$PATH:/home/gil/anaconda/bin
export PATH=$PATH:/home/gil/anaconda/bin:/home/gil/.gem/ruby/2.2.0/bin
export EDITOR="vim"
export BROWSER="chromium"

Expand Down

0 comments on commit 928a32a

Please sign in to comment.