Skip to content

Commit

Permalink
Correct emacs alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
dram committed Apr 8, 2014
1 parent 089da80 commit 87f323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case "$-" in *i*)
bind '"\e[B": history-search-forward'

alias ls='ls --color'
alias e='emacsclient -nw -a "" "$@"'
alias e='emacsclient -nw -a ""'
alias t='tmux attach -t - || tmux new -s -'

;;
Expand Down

0 comments on commit 87f323f

Please sign in to comment.