fish and starship minor changes

This commit is contained in:
Tiago Sousa 2025-05-25 16:52:06 +01:00
parent 25b102217f
commit 8d74ee5071
Signed by: tiago
SSH key fingerprint: SHA256:rOmjD81ZIhKdCkFWS9UIKdBi4UByF5x3hRH/0YeXsPI
3 changed files with 19 additions and 4 deletions

View file

@ -26,8 +26,9 @@ source $XDG_CONFIG_HOME/fish/aliasrc
#fish_default_key_bindings
fish_vi_key_bindings
set fish_cursor_insert block
bind \cH backward-kill-path-component
bind "[3;5~" kill-word
# bind "[3;5~" kill-word
bind -M insert \cf $XDG_DATA_HOME/scripts/tmux-sessionizer.sh
bind -M default \cf $XDG_DATA_HOME/scripts/tmux-sessionizer.sh

View file

@ -1,3 +1,2 @@
function fish_greeting
# pfetch
end

View file

@ -1,8 +1,9 @@
add_newline = false
palette = "catppuccin_macchiato"
palette = "gruvbox_dark"
format = """
$hostname\
$directory\
$fossil_branch\
$git_branch\
@ -83,7 +84,9 @@ symbol = " "
symbol = " "
[hostname]
ssh_symbol = " "
ssh_only = false
format = '[$ssh_symbol](bold blue)[\[$hostname\]](bold yellow) '
trim_at = '.bofh-eurotux.com'
[java]
symbol = " "
@ -303,3 +306,15 @@ surface0 = "#313244"
base = "#1e1e2e"
mantle = "#181825"
crust = "#11111b"
[palettes.gruvbox_dark]
color_fg0 = '#fbf1c7'
color_bg1 = '#3c3836'
color_bg3 = '#665c54'
color_blue = '#458588'
color_aqua = '#689d6a'
color_green = '#98971a'
color_orange = '#d65d0e'
color_purple = '#b16286'
color_red = '#cc241d'
color_yellow = '#d79921'