From 7dcd1fd39e36432828f35ab580543a2908e08281 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 4 Aug 2019 10:20:24 -0400 Subject: latest dotfiles --- zsh/.zshrc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 8ed770c..493702f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -8,7 +8,7 @@ # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="robbyrussell" +ZSH_THEME="pygmalion" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -62,7 +62,7 @@ ZSH_THEME="robbyrussell" # 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 zsh-autosuggestions) +plugins=(git zsh-autosuggestions vi-mode) source $ZSH/oh-my-zsh.sh @@ -91,9 +91,13 @@ source $ZSH/oh-my-zsh.sh bindkey '^ ' autosuggest-accept +export KEYTIMEOUT=1 + + # Example aliases alias v="vim" -alias r="vifm ." +#alias r="vifm ." +alias r="ranger" alias ls='ls++' alias lsa='ls -A' alias mkd="mkdir -pv" @@ -122,6 +126,7 @@ alias w="cd ~/Downloads/wallpapers && ls -a" alias cfb="vim ~/.bashrc" alias cfv="vim ~/.config/Scripts/vimrc" alias cfr="vim ~/.config/vifm/vifmrc" +alias cfR="vim ~/.config/ranger/rc.conf" alias cfi="vim ~/.config/i3/config" alias cfm="vim ~/.config/mutt/muttrc" alias cff="vim ~/.config/Scripts/folders" -- cgit v1.2.3