From 00f6aaf62d26f75f61ff9ed1fc6b499a2f888c0d Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 4 Feb 2017 12:01:16 +0100 Subject: Stuff --- .zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 18e309e..8af392d 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ export TERM="xterm-256color" # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="cloud" +ZSH_THEME="lambda-mod" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -53,7 +53,7 @@ ZSH_THEME="cloud" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git sudo) source $ZSH/oh-my-zsh.sh @@ -108,3 +108,5 @@ alias python="python3" alias pip="pip3" alias sudo="sudo " alias update="sudo apt update && sudo apt upgrade" +alias emacs="emacsclient -c" +alias cmacs="emacsclient -nw -c" -- cgit v1.2.3