This is really happening, isn't it?
This commit is contained in:
parent
4c5de60ae1
commit
eac836b22a
1 changed files with 5 additions and 1 deletions
6
zshrc
6
zshrc
|
|
@ -6,7 +6,7 @@ alias tmux="tmux -2"
|
||||||
alias ta="tmux attach -d"
|
alias ta="tmux attach -d"
|
||||||
alias dustinswan="mosh dustinswan@dustinswan.org"
|
alias dustinswan="mosh dustinswan@dustinswan.org"
|
||||||
alias kill_offlineimap="ps aux | grep offlineimap | awk '{ print $2 }' | xargs kill -9"
|
alias kill_offlineimap="ps aux | grep offlineimap | awk '{ print $2 }' | xargs kill -9"
|
||||||
export EDITOR=vim
|
export EDITOR="emacsclient -ct"
|
||||||
export TERM="screen-256color"
|
export TERM="screen-256color"
|
||||||
export MOSH_TITLE_NOPREFIX=1
|
export MOSH_TITLE_NOPREFIX=1
|
||||||
|
|
||||||
|
|
@ -57,3 +57,7 @@ HISTFILE=~/.history
|
||||||
|
|
||||||
### Added by the Heroku Toolbelt
|
### Added by the Heroku Toolbelt
|
||||||
export PATH="/usr/local/heroku/bin:$PATH"
|
export PATH="/usr/local/heroku/bin:$PATH"
|
||||||
|
|
||||||
|
# start up emacs daemon if not running
|
||||||
|
pgrep emacs &> /dev/null || emacs --daemon
|
||||||
|
alias emacs="emacsclient -ct"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue