diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/essentials/shell/functions.sh | 4 | ||||
| -rw-r--r-- | config/home/.zshenv | 1 | ||||
| -rw-r--r-- | config/wayland/hypr/hyprland.conf | 4 | 
3 files changed, 5 insertions, 4 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 1eca57c..9f7f4ce 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -45,12 +45,12 @@ o()  	test "$1" && shift  	test -f "$f" && $EDITOR $@ "$f"  } -go() +og()  {  	_googoo_fzf_opt "$1"  	cd "$(goo d "$dest" | fzf $opt)"  } -ogo() +oog()  {  	_googoo_fzf_opt "$1"  	cd "$(dirname "$(goo f "$dest" | fzf $opt)")" diff --git a/config/home/.zshenv b/config/home/.zshenv index 76c6e92..f302a10 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -92,3 +92,4 @@ export PATH="$HOME/go/bin:$PATH"  export PATH="$XDG_CONFIG_HOME/cargo/bin:$PATH"  export PATH="$PATH:./node_modules/.bin"  export PATH="$PATH:$HOME/.dotnet/tools" +export PATH="$PATH:$GOPATH/bin" diff --git a/config/wayland/hypr/hyprland.conf b/config/wayland/hypr/hyprland.conf index eb232c9..0a00b31 100644 --- a/config/wayland/hypr/hyprland.conf +++ b/config/wayland/hypr/hyprland.conf @@ -8,9 +8,9 @@ exec-once = $HOME/.config/hypr/startup.sh  input {      kb_layout = us -    kb_variant = +    kb_variant = colemak      kb_model = -    kb_options = ctrl:swapcaps +    kb_options = ctrl:swapcaps,altwin:menu_win      kb_rules =      follow_mouse = 2  | 
