Skip to content

Instantly share code, notes, and snippets.

@jollymike
Last active September 11, 2020 06:01
Show Gist options
  • Save jollymike/2a99962556bc4ab4673c38f9fe0897fa to your computer and use it in GitHub Desktop.
Save jollymike/2a99962556bc4ab4673c38f9fe0897fa to your computer and use it in GitHub Desktop.
My custom bash profile
# music
alias khjk='cvlc http://kjhkstream.org:8000/stream_high'
alias kjhk='cvlc http://kjhkstream.org:8000/stream_high'
alias kcur='cvlc http://kcurlive.umkc.edu:8000/kcur893'
alias music.classical='http://5.135.173.165/stream1'
# utils
alias stopwatch='date1=`date +%s`; while true; do echo -ne "$(date -u --date @$((`date +%s` - $date1)) +%H:%M:%S)\r";done'
# shortcuts
alias l='ls -lah'
alias ll='ls -alF'
alias la='ls -A'
alias extglob0='shopt -u extglob && shopt | grep extg'
alias extglob1='shopt -s extglob && shopt | grep extg'
# environment
export PS1='\[\033[01;30m\]\t `if [ $? = 0 ]; then echo "\[\033[01;32m\]ツ"; else echo "\[\033[01;31m\]✗"; fi` \[\e[33m\]\u\[\033[01;32m\]@\e[40;38;5;161m\h\[\033[00;37m\]:\[\033[00;34m\]\w\[\033[00m\] # '
export PATH=$HOME/APPS:$PATH
@jollymike
Copy link
Author

Need to upgrade this to a repo that configures my environment from a script

@jollymike
Copy link
Author

.vim/bundle
apps to install
etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment