diff options
author | Julian <julianteule@gmail.com> | 2017-02-04 12:01:16 +0100 |
---|---|---|
committer | Julian <julianteule@gmail.com> | 2017-02-04 12:01:16 +0100 |
commit | 00f6aaf62d26f75f61ff9ed1fc6b499a2f888c0d (patch) | |
tree | f3a21450a737a8fe3bfc128749a5b90e2cd74f86 /.zshrc | |
parent | ebed9571e58a560bca3d38c2a8ee644866e156ae (diff) |
Stuff
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |