From 5a75ed84af8e58db80f3687e8f5237dee9876485 Mon Sep 17 00:00:00 2001 From: ericmarin Date: Wed, 29 Apr 2026 21:12:05 +0200 Subject: changed wallpapermenu script --- fish/config.fish | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'fish/config.fish') diff --git a/fish/config.fish b/fish/config.fish index 731f042..ffaf209 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -5,12 +5,12 @@ function fish_prompt echo '%s%s%s # ' else echo '%s%s%s $ ' - end) \ (set_color $fish_color_cwd) (prompt_pwd --full-length-dirs 5) (set_color normal) + end) (set_color $fish_color_cwd) (prompt_pwd --full-length-dirs 5) (set_color normal) end fish_add_path -p ~/.cargo/bin ~/.ghcup/bin set -U fish_greeting -set EDITOR "neovim" +set EDITOR "nvim" if status is-login killall ssh-agent 1> /dev/null 2>&1 @@ -20,3 +20,7 @@ if status is-login end zoxide init fish | source + + +# Added by Antigravity CLI installer +set -gx PATH "/home/ericmarin/.local/bin" $PATH -- cgit v1.2.3