From e6ed530b806cd1289690a36784215863baa6ad29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Wed, 22 Jan 2020 20:11:43 +0100 Subject: [PATCH] zsh: change theme to lukerandall and add alias for emacsclient --- .config/zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6c133db..b8e4246 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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'