mirror of
https://github.com/theniceboy/.config.git
synced 2026-02-22 21:05:57 +08:00
added mac dirs
This commit is contained in:
parent
83c3783e39
commit
4fae48da3f
4 changed files with 5 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ set confirm_on_delete multiple
|
|||
# Use non-default path for file preview script?
|
||||
# ranger ships with scope.sh, a script that calls external programs (see
|
||||
# README.md for dependencies) to preview images, archives, etc.
|
||||
set preview_script /home/david/.config/ranger/scope.sh
|
||||
set preview_script ~/.config/ranger/scope.sh
|
||||
|
||||
# Use the external preview script or display simple plain text or image previews?
|
||||
set use_preview_script true
|
||||
|
|
@ -382,7 +382,7 @@ map gM cd /mnt
|
|||
map gG cd ~/go/src
|
||||
map gp cd ~/prog
|
||||
map gw cd ~/Pictures/wallpapers
|
||||
source /home/david/.sconfig/ranger/rc.conf
|
||||
source ~/.sconfig/ranger/rc.conf
|
||||
|
||||
|
||||
# In case you work on a keyboard with dvorak layout
|
||||
|
|
|
|||
1
zsh/_env.zsh
Normal file
1
zsh/_env.zsh
Normal file
|
|
@ -0,0 +1 @@
|
|||
export XDG_CONFIG_HOME=$HOME/.config
|
||||
|
|
@ -8,12 +8,12 @@ export PATH=$PATH:$HOME/.config/bin
|
|||
export PATH=$PATH:/snap/bin
|
||||
#export TERM=xterm-256color
|
||||
export PATH=$PATH:/home/david/prog/flutter/bin
|
||||
export PATH=$PATH:/Users/david/prog/flutter/bin
|
||||
export TERM=xterm-256color
|
||||
export TERM_ITALICS=true
|
||||
export RANGER_LOAD_DEFAULT_RC="false"
|
||||
#export TERM=screen-256color
|
||||
export EDITOR=nvim
|
||||
export XDG_CONFIG_HOME=/home/david/.config
|
||||
export ZSH_AUTOSUGGEST_USE_ASYNC=1
|
||||
export ZSH_AUTOSUGGEST_MANUAL_REBIND=1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
source ~/.config/zsh/env.zsh
|
||||
source ~/.config/zsh/_env.zsh
|
||||
source ~/.config/zsh/aliases.zsh
|
||||
source ~/.config/zsh/plugins.zsh
|
||||
source ~/.config/zsh/vi.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue