This commit is contained in:
David Chen 2019-12-03 11:42:47 -08:00
parent f7e33e917a
commit f6aff6b309
2 changed files with 6 additions and 1 deletions

View file

@ -353,7 +353,7 @@ map gM cd /mnt
map gG cd ~/go/src
map gp cd ~/prog
map gw cd ~/Pictures/wallpapers
source ~/.config/ranger/folders.conf
source ~/.sconfig/ranger/rc.conf
# In case you work on a keyboard with dvorak layout

View file

@ -90,3 +90,8 @@ export FZF_TMUX_HEIGHT='80%'
export FZF_PREVIEW_COMMAND='[[ $(file --mime {}) =~ binary ]] && echo {} is a binary file || (ccat --color=always {} || highlight -O ansi -l {} || cat {}) 2> /dev/null | head -500'
source ~/.config/zsh/key-bindings.zsh
source ~/.config/zsh/completion.zsh
if [ -f ~/.sconfig/zsh/zshrc ]; then
source ~/.sconfig/zsh/zshrc
fi