zsh: change theme to lukerandall and add alias for emacsclient
This commit is contained in:
parent
d409425551
commit
e6ed530b80
@ -2,7 +2,7 @@
|
|||||||
export ZSH="/home/lupan/.config/zsh/oh-my-zsh"
|
export ZSH="/home/lupan/.config/zsh/oh-my-zsh"
|
||||||
|
|
||||||
# Set name of the theme to load.
|
# Set name of the theme to load.
|
||||||
ZSH_THEME="gentoo"
|
ZSH_THEME="lukerandall"
|
||||||
|
|
||||||
# Disable auto-update checks.
|
# Disable auto-update checks.
|
||||||
DISABLE_AUTO_UPDATE="true"
|
DISABLE_AUTO_UPDATE="true"
|
||||||
@ -42,3 +42,6 @@ vterm_prompt_end() {
|
|||||||
if [ "$TERM" != "dumb" ]; then
|
if [ "$TERM" != "dumb" ]; then
|
||||||
PROMPT=$PROMPT'%{$(vterm_prompt_end)%}'
|
PROMPT=$PROMPT'%{$(vterm_prompt_end)%}'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Aliases.
|
||||||
|
alias e='emacsclient -n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user