zsh: change theme to lukerandall and add alias for emacsclient

This commit is contained in:
Łukasz Pankowski 2020-01-22 20:11:43 +01:00
parent d409425551
commit e6ed530b80

View File

@ -2,7 +2,7 @@
export ZSH="/home/lupan/.config/zsh/oh-my-zsh"
# Set name of the theme to load.
ZSH_THEME="gentoo"
ZSH_THEME="lukerandall"
# Disable auto-update checks.
DISABLE_AUTO_UPDATE="true"
@ -42,3 +42,6 @@ vterm_prompt_end() {
if [ "$TERM" != "dumb" ]; then
PROMPT=$PROMPT'%{$(vterm_prompt_end)%}'
fi
# Aliases.
alias e='emacsclient -n'