diff --git a/.tmux.conf.local b/.tmux.conf.local index a90ff6b..37bfb17 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -255,8 +255,8 @@ tmux_conf_battery_vbar_palette='gradient' # symbols used to indicate whether battery is charging or discharging # tmux_conf_battery_status_charging='↑' # U+2191 # tmux_conf_battery_status_discharging='↓' # U+2193 -tmux_conf_battery_status_charging='⚡ ' # U+26A1 -tmux_conf_battery_status_charging='🔌 ' # U+1F50C +# tmux_conf_battery_status_charging='⚡ ' # U+26A1 +tmux_conf_battery_status_charging='🔌 ' # U+1F50C # if you can't see this, fonts are not working tmux_conf_battery_status_discharging='🔋 ' # U+1F50B # clock style (when you hit + t) @@ -313,7 +313,7 @@ bind -n M-Left select-pane -L bind -n M-Right select-pane -R bind -n M-Up select-pane -U 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 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 @@ -344,3 +344,4 @@ set -g @continuum-restore 'on' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm' + diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..be1c1ae --- /dev/null +++ b/.zshenv @@ -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