Add .zshenv
This commit is contained in:
parent
e42c8099e8
commit
93cf970218
2 changed files with 19 additions and 3 deletions
|
|
@ -255,8 +255,8 @@ tmux_conf_battery_vbar_palette='gradient'
|
||||||
# symbols used to indicate whether battery is charging or discharging
|
# symbols used to indicate whether battery is charging or discharging
|
||||||
# tmux_conf_battery_status_charging='↑' # U+2191
|
# tmux_conf_battery_status_charging='↑' # U+2191
|
||||||
# tmux_conf_battery_status_discharging='↓' # U+2193
|
# tmux_conf_battery_status_discharging='↓' # U+2193
|
||||||
tmux_conf_battery_status_charging='⚡ ' # U+26A1
|
# tmux_conf_battery_status_charging='⚡ ' # U+26A1
|
||||||
tmux_conf_battery_status_charging='🔌 ' # U+1F50C
|
tmux_conf_battery_status_charging='🔌 ' # U+1F50C # if you can't see this, fonts are not working
|
||||||
tmux_conf_battery_status_discharging='🔋 ' # U+1F50B
|
tmux_conf_battery_status_discharging='🔋 ' # U+1F50B
|
||||||
|
|
||||||
# clock style (when you hit <prefix> + t)
|
# clock style (when you hit <prefix> + t)
|
||||||
|
|
@ -313,7 +313,7 @@ bind -n M-Left select-pane -L
|
||||||
bind -n M-Right select-pane -R
|
bind -n M-Right select-pane -R
|
||||||
bind -n M-Up select-pane -U
|
bind -n M-Up select-pane -U
|
||||||
bind -n M-Down select-pane -D
|
bind -n M-Down select-pane -D
|
||||||
#set -g mouse on
|
set -g mouse on
|
||||||
# to enable mouse scroll, see https://github.com/tmux/tmux/issues/145#issuecomment-150736967
|
# to enable mouse scroll, see https://github.com/tmux/tmux/issues/145#issuecomment-150736967
|
||||||
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'"
|
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'"
|
||||||
bind j resize-pane -D 5
|
bind j resize-pane -D 5
|
||||||
|
|
@ -344,3 +344,4 @@ set -g @continuum-restore 'on'
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|
|
||||||
15
.zshenv
Normal file
15
.zshenv
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
# export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
# eval "$(pyenv init -)"
|
||||||
|
|
||||||
|
#export PATH="/home/viktor/.pyenv/bin:$PATH"
|
||||||
|
#eval "$(pyenv init -)"
|
||||||
|
#eval "$(pyenv virtualenv-init -)"
|
||||||
|
|
||||||
|
|
||||||
|
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
|
||||||
|
export VIRTUALENV_PYTHON=python3
|
||||||
|
export WORKON_HOME=$HOME/.virtualenvs
|
||||||
|
# export VIRTUALENV_PYTHON=python
|
||||||
|
|
||||||
|
source /home/viktor/.virtualenvwrapper.sh
|
||||||
Loading…
Add table
Add a link
Reference in a new issue