Aliased e=ember
This commit is contained in:
parent
34241e99f9
commit
6e193e79a0
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -6,6 +6,9 @@ precmd() { print "" }
|
||||||
PS1="⟩"
|
PS1="⟩"
|
||||||
RPS1="%{$fg[magenta]%}%20<...<%~%<<%{$reset_color%}"
|
RPS1="%{$fg[magenta]%}%20<...<%~%<<%{$reset_color%}"
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
alias e=ember
|
||||||
|
|
||||||
# Auto start tmux
|
# Auto start tmux
|
||||||
if [ "$TMUX" = "" ]; then tmux; fi
|
if [ "$TMUX" = "" ]; then tmux; fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue