i3, vim, and zsh updates wheee
This commit is contained in:
parent
0d216fe5c8
commit
2cf9dc1d16
@ -109,6 +109,9 @@ bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
|
|||||||
bindsym XF86MonBrightnessDown exec xbacklight -5
|
bindsym XF86MonBrightnessDown exec xbacklight -5
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight +5
|
bindsym XF86MonBrightnessUp exec xbacklight +5
|
||||||
|
|
||||||
|
bindsym XF86Calculator exec i3lock -c ed1c24
|
||||||
|
bindsym XF86Tools exec xfce4-screenshooter
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
3
vimrc
3
vimrc
@ -5,6 +5,9 @@ filetype indent on
|
|||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
set backupdir^=~/.vim/_backup//
|
||||||
|
set cursorline
|
||||||
|
set cursorcolumn
|
||||||
set directory^=~/.vim/_temp//
|
set directory^=~/.vim/_temp//
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set ignorecase
|
set ignorecase
|
||||||
|
2
zshrc
2
zshrc
@ -80,6 +80,7 @@ path=(
|
|||||||
$HOME/.rbenv/bin
|
$HOME/.rbenv/bin
|
||||||
$HOME/.rbenv/shims
|
$HOME/.rbenv/shims
|
||||||
$HOME/.phpenv/bin
|
$HOME/.phpenv/bin
|
||||||
|
$HOME/.pyenv/bin
|
||||||
$HOME/perl5/bin
|
$HOME/perl5/bin
|
||||||
$HOME/code/trvs/bin
|
$HOME/code/trvs/bin
|
||||||
/usr/local/sbin
|
/usr/local/sbin
|
||||||
@ -96,7 +97,6 @@ path=(
|
|||||||
if which pyenv >/dev/null; then
|
if which pyenv >/dev/null; then
|
||||||
eval "$(pyenv init - 2>/dev/null)"
|
eval "$(pyenv init - 2>/dev/null)"
|
||||||
fi
|
fi
|
||||||
export PYENV_ROOT='/usr/local/var/pyenv'
|
|
||||||
|
|
||||||
if which phpenv >/dev/null; then
|
if which phpenv >/dev/null; then
|
||||||
eval "$(phpenv init - 2>/dev/null)"
|
eval "$(phpenv init - 2>/dev/null)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user