summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
authorjoott <josh@ottmail.me>2025-07-26 12:01:34 -0400
committerjoott <josh@ottmail.me>2025-07-26 12:01:34 -0400
commit0c38bc8b9d1da802b48f6e7d16c7956824d99865 (patch)
treec72673d1df36547c44833601977a6fb94b97e475 /config.fish
parentc045540bbc6a965468b8ac501ca9ddc26faec297 (diff)
downloaddotfiles-0c38bc8b9d1da802b48f6e7d16c7956824d99865.tar.gz
dotfiles-0c38bc8b9d1da802b48f6e7d16c7956824d99865.zip
terminal prompt updates
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.fish b/config.fish
index 0a95e40..4751ffd 100644
--- a/config.fish
+++ b/config.fish
@@ -15,10 +15,6 @@ function starship_transient_prompt_func
starship module character
end
-function fish_greeting
- set_color $welcome_color; echo 󰑂󱠡; set_color normal
-end
-
function xcd
set --local result (command xplr $argv)
[ -n "$result" ] && cd "$result"