diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-08-04 14:20:24 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-08-04 14:20:24 +0000 |
| commit | 7dcd1fd39e36432828f35ab580543a2908e08281 (patch) | |
| tree | fb8bb0572fe299a60b646cc8110f0e518fe77037 /zsh | |
| parent | de03a74a55ccdf7af9ffa552c7ecf456405ca305 (diff) | |
latest dotfiles
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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" |
