From 6b1217f75ae9db91d85b606e18b7c6f35b8b44dd Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Fri, 12 Jun 2026 08:42:24 +0200 Subject: [PATCH] Small tweaks for void. --- config/fish/config.fish | 8 ++++++-- install.sh | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 115ea5b..21dc190 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -4,6 +4,11 @@ # Disable fish greeting set -g fish_greeting +set -gx XDG_CONFIG_HOME $HOME/.config +set -gx XDG_DATA_HOME $HOME/.local/share +set -gx XDG_CACHE_HOME $HOME/.cache +set -gx XDG_STATE_HOME $HOME/.local/state + # Core settings set -gx EDITOR "nvim" set -gx VISUAL "nvim" @@ -115,8 +120,7 @@ function pp end set project (echo $project | cut -f2) - - cd $project && nvim $project + cd $project && clear end # ============================================================================== diff --git a/install.sh b/install.sh index cface76..96899b8 100755 --- a/install.sh +++ b/install.sh @@ -153,6 +153,7 @@ if [ "$DO_INSTALL" = true ]; then noto-fonts-ttf noto-fonts-emoji # void specific xdotool wmctrl kanata tree-sitter-cli gitu + rofi # lazydocker )