Skip to content

Commit

Permalink
Fix sublime text alias
Browse files Browse the repository at this point in the history
  • Loading branch information
base committed Jan 11, 2013
1 parent 45fe089 commit caa6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases.sh
Expand Up @@ -4,7 +4,7 @@
alias n='nautilus `pwd` &' # open the working dir in nautilus
alias e='emacs -nw'
alias v='vim -c start'
alias s='/home/base/bin/sublimetext2/sublime_text'
alias s='sublime-text'
alias nano='nano -c' # show line numbers

# searching files
Expand Down

0 comments on commit caa6373

Please sign in to comment.