filemode changes

This commit is contained in:
David Chen 2020-02-10 11:16:21 -08:00
parent 199a63eea1
commit a0164e6270
10 changed files with 5 additions and 2 deletions

0
ranger/colorschemes/__init__.py Executable file → Normal file
View file

0
ranger/colorschemes/default.py Executable file → Normal file
View file

0
ranger/colorschemes/jungle.py Executable file → Normal file
View file

0
ranger/colorschemes/snow.py Executable file → Normal file
View file

0
ranger/colorschemes/zenburn.py Executable file → Normal file
View file

0
ranger/commands.py Executable file → Normal file
View file

0
ranger/rc-sample.conf Executable file → Normal file
View file

1
ranger/rc.conf Executable file → Normal file
View file

@ -365,6 +365,7 @@ map gfz cd ~/.config/zsh
map gfl cd ~/.config/jesseduffield/lazygit/
map gfd cd ~/prog/dwm/
map gfs cd ~/prog/st/
map gF cd ~/.sconfig
map gs cd ~/scripts
map ge cd /etc
map guu cd /usr

View file

@ -56,6 +56,7 @@
# other hand are often only installed as fallback browsers.
ext html = nvim "$@"
ext org = nvim "$@"
ext dart = nvim "$@"
#ext x?html?, has surf, X, flag f = surf -- file://"$1"
#ext x?html?, has vimprobable, X, flag f = vimprobable -- "$@"
#ext x?html?, has vimprobable2, X, flag f = vimprobable2 -- "$@"

View file

@ -2,6 +2,7 @@ export GOPATH=$HOME/go
export PATH=$PATH:$HOME/.gem/ruby/2.6.0
export PATH=$PATH:$HOME/go/bin
export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin
export PATH=$PATH:/home/david/prog/flutter/bin
export TERM=xterm-256color
export TERM_ITALICS=true
export RANGER_LOAD_DEFAULT_RC="false"
@ -10,11 +11,11 @@ export RANGER_LOAD_DEFAULT_RC="false"
#autoload edit-command-line; zle -N edit-command-line
#bindkey '^v' edit-command-line
#alias av='source venv/bin/activate.fish'
alias av='source venv/bin/activate'
alias c='clear'
alias cdiff='colordiff'
alias cs='calcurse'
#alias dv='deactivate'
alias dv='deactivate'
alias gc='git config credential.helper store'
alias ipy='ipython'
alias l='ls -la'