diff --git a/i3/config b/i3/config index aa44c87..5057a6e 100644 --- a/i3/config +++ b/i3/config @@ -162,3 +162,5 @@ workspace 1 output HDMI-A-1 workspace 2 output HDMI-A-0 #workspace 3 output DVI-I-1 bindsym $mod+Shift+f focus parent; fullscreen; focus child +#i3lock +bindsym $mod+x exec i3lock -c 000000 diff --git a/vimrc b/vimrc index 6294789..3d5f342 100644 --- a/vimrc +++ b/vimrc @@ -73,6 +73,7 @@ colorscheme gotham256 syntax enable filetype plugin on autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab +autocmd FileType go setlocal tabstop=2 shiftwidth=2 "" Ctags set path+=;/ diff --git a/zshrc b/zshrc index c3b4a0f..e073869 100644 --- a/zshrc +++ b/zshrc @@ -10,9 +10,12 @@ fi # Customl binaries export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.cargo/bin:$PATH -export GOPATH=$HOME/go export PATH=$HOME/.local/share/flatpak/exports/bin:$PATH export PATH=$HOME/.local/minecraft-launcher:$PATH +export PATH=/usr/local/go/bin:$PATH +export PATH=$HOME/go/bin:$PATH +export GOPATH=$HOME/go + # ZSH export ZSH=$HOME/.oh-my-zsh ZSH_THEME='steeef'