mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
sconfig
This commit is contained in:
parent
f7e33e917a
commit
f6aff6b309
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue