fish and starship minor changes
This commit is contained in:
parent
25b102217f
commit
8d74ee5071
3 changed files with 19 additions and 4 deletions
|
@ -26,8 +26,9 @@ source $XDG_CONFIG_HOME/fish/aliasrc
|
||||||
|
|
||||||
#fish_default_key_bindings
|
#fish_default_key_bindings
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
set fish_cursor_insert block
|
||||||
bind \cH backward-kill-path-component
|
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 insert \cf $XDG_DATA_HOME/scripts/tmux-sessionizer.sh
|
||||||
bind -M default \cf $XDG_DATA_HOME/scripts/tmux-sessionizer.sh
|
bind -M default \cf $XDG_DATA_HOME/scripts/tmux-sessionizer.sh
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
# pfetch
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
|
||||||
add_newline = false
|
add_newline = false
|
||||||
palette = "catppuccin_macchiato"
|
palette = "gruvbox_dark"
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
|
$hostname\
|
||||||
$directory\
|
$directory\
|
||||||
$fossil_branch\
|
$fossil_branch\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
|
@ -83,7 +84,9 @@ symbol = " "
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_symbol = " "
|
ssh_only = false
|
||||||
|
format = '[$ssh_symbol](bold blue)[\[$hostname\]](bold yellow) '
|
||||||
|
trim_at = '.bofh-eurotux.com'
|
||||||
|
|
||||||
[java]
|
[java]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
@ -303,3 +306,15 @@ surface0 = "#313244"
|
||||||
base = "#1e1e2e"
|
base = "#1e1e2e"
|
||||||
mantle = "#181825"
|
mantle = "#181825"
|
||||||
crust = "#11111b"
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue