Created
July 30, 2014 19:00
-
-
Save zaaath/f3f4a68efb5d25a806e8 to your computer and use it in GitHub Desktop.
Useful bash commands
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
# 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