This commit is contained in:
David Chen 2020-01-16 22:15:11 +00:00
parent cc8e4950a7
commit 863f4b8121
3 changed files with 24 additions and 5 deletions

13
.gitignore vendored
View file

@ -6,9 +6,9 @@
!/i3/
!/polybar/
!/ranger/
/ranger/plugins/__pycache__/*
/ranger/colorschemes/__pycache__/*
/ranger/folders.conf
ranger/plugins/__pycache__/*
ranger/colorschemes/__pycache__/*
ranger/folders.conf
!/kitty/
!/alacritty/
!/fish/
@ -30,3 +30,10 @@
!/jesseduffield/
/jesseduffield/lazygit/*
!/jesseduffield/lazygit/config.yml
!/tmux.conf
ranger/colorschemes/__init__.pyo
ranger/colorschemes/default.pyo
ranger/plugins/__init__.pyo
ranger/plugins/devicons.pyo
ranger/plugins/devicons_linemode.pyo

11
tmux.conf Normal file
View file

@ -0,0 +1,11 @@
set -g default-terminal "screen-256color"
set -g escape-time 0
set -g base-index 1
set -g status-keys vi
setw -g mode-keys vi
if-shell "test -f /usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf" \
"source /usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf"
if-shell "test -f /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf" \
"source /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"

View file

@ -2,10 +2,11 @@ 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 TERM=xterm-256color
#export TERM=xterm-256color
export TERM_ITALICS=true
export RANGER_LOAD_DEFAULT_RC="false"
#export TERM=screen-256color
export TERM=screen-256color
export EDITOR=nvim
#autoload edit-command-line; zle -N edit-command-line
#bindkey '^v' edit-command-line