summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.fish b/config.fish
index ad64250..238b6e5 100644
--- a/config.fish
+++ b/config.fish
@@ -2,7 +2,6 @@ fish_add_path -p ~/.cargo/bin ~/.local/bin /usr/local/sbin /usr/local/bin /usr/b
set -e TERMCAP
set -e MANPATH
-set -U fish_greeting
set -Ux STARSHIP_CONFIG ~/.config/starship/starship.toml
pyenv init - | source
@@ -14,6 +13,10 @@ function starship_transient_prompt_func
starship module character
end
+function fish_greeting
+ set_color f0c6c6; echo 󰑂󱠡; set_color normal
+end
+
function xcd
set --local result (command xplr $argv)
[ -n "$result" ] && cd "$result"