aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-08-04 14:20:24 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-08-04 14:20:24 +0000
commit7dcd1fd39e36432828f35ab580543a2908e08281 (patch)
treefb8bb0572fe299a60b646cc8110f0e518fe77037 /zsh/.zshrc
parentde03a74a55ccdf7af9ffa552c7ecf456405ca305 (diff)
latest dotfiles
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc11
1 files changed, 8 insertions, 3 deletions
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"