Skip to content

Instantly share code, notes, and snippets.

@aijcoa
Created August 23, 2013 08:20
Show Gist options
  • Save aijcoa/6316805 to your computer and use it in GitHub Desktop.
Save aijcoa/6316805 to your computer and use it in GitHub Desktop.
# Look and Feel #
autoload -U colors && colors
PROMPT='%F{cyan}[%F{yellow}%~%F{cyan}]%F{blue}%f '
# Aliases #
alias ls='ls -G'
alias 2sup='ssh server -l user'
alias upload='bash ~/Documents/dev/scripts/upload.sh'
alias sfetch='bash ~/.screenfetch/screenfetch-dev'
alias c='clear'
alias mount='sshfs -o no_readahead,noappledouble,nolocalcaches user@server:/media/sdi1/home/usr/ /mnt/server -ovo$
alias umount='umount /mnt/2sup.me'
alias shorten='bash ~/Documents/dev/scripts/urlshort.sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment