Created
May 7, 2019 14:34
-
-
Save christiaan-janssen/f5cf2f49e500bd83e7bcbb9e65ba81b8 to your computer and use it in GitHub Desktop.
.zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ZSH="~/.oh-my-zsh" | |
ZSH_THEME="bureau" | |
COMPLETION_WAITING_DOTS="true" | |
plugins=( | |
git | |
docker | |
emacs | |
kitchen | |
knife | |
knife_ssh | |
vscode | |
ubuntu | |
terraform | |
taskwarrior | |
sudo | |
ssh-agent | |
) | |
source $ZSH/oh-my-zsh.sh | |
# User configuration | |
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then | |
source /etc/profile.d/vte.sh | |
fi | |
bindkey -r "^H" | |
bindkey -r "^J" | |
bindkey -r "^K" | |
bindkey -r "^L" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment