Skip to content

Instantly share code, notes, and snippets.

@carlmartus
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlmartus/9d60a7fded64ff7baed6 to your computer and use it in GitHub Desktop.
Save carlmartus/9d60a7fded64ff7baed6 to your computer and use it in GitHub Desktop.
PS1
PS1=' \[\e[1;33m\][ \[\e[2;30m\]\W \[\e[1;33m\]] # \[\e[0m'
alias sshc='ssh -C -c arcfour'
alias scpc='scp -C -c arcfour'
alias antq='ant -q'
alias youtube-dl='youtube-dl --no-part'
alias py3='python3'
alias cmake-clear='rm -rf CMakeCache.txt CMakeFiles'
alias gdb='gdb -q --args'
alias gdbtui='gdbtui -q --args'
alias cdtemp='cd `mktemp -d`'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment