Skip to content

Instantly share code, notes, and snippets.

@zaaath
Created July 30, 2014 19:00
Show Gist options
  • Save zaaath/f3f4a68efb5d25a806e8 to your computer and use it in GitHub Desktop.
Save zaaath/f3f4a68efb5d25a806e8 to your computer and use it in GitHub Desktop.
Useful bash commands
# Custom initializing commands (add to the end of ~/.bashrc)
sub() {
/home/lev/Sublime\ Text\ 2/sublime_text $1 1>/dev/null 2>/dev/null &
}
echo 'sub <file> -> open file in sublime'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment