/PS1
Last active
August 29, 2015 14:01
PS1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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