summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2024-01-05 00:54:08 -0500
committerJosh <joshott16@gmail.com>2024-01-05 00:54:08 -0500
commit992c1850bf3bd9107711282b4712abaed60fee1e (patch)
tree7453cf4e5b4238832d5f1da9c5b46069a9e25001
parentc7ee626df383f66b1782c9ef1f75945ff3e6138a (diff)
downloaddotfiles-992c1850bf3bd9107711282b4712abaed60fee1e.tar.gz
dotfiles-992c1850bf3bd9107711282b4712abaed60fee1e.zip
canon fish greeting
-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"