1
1
Fork 0

Aliased e=ember

This commit is contained in:
Joe Wroten 2017-05-05 11:01:12 -05:00
parent 34241e99f9
commit 6e193e79a0

3
zshrc
View file

@ -6,6 +6,9 @@ precmd() { print "" }
PS1="⟩"
RPS1="%{$fg[magenta]%}%20<...<%~%<<%{$reset_color%}"
# Aliases
alias e=ember
# Auto start tmux
if [ "$TMUX" = "" ]; then tmux; fi