diff options
| author | joott <josh@ottmail.me> | 2025-07-26 12:01:34 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-26 12:01:34 -0400 |
| commit | 0c38bc8b9d1da802b48f6e7d16c7956824d99865 (patch) | |
| tree | c72673d1df36547c44833601977a6fb94b97e475 /config.fish | |
| parent | c045540bbc6a965468b8ac501ca9ddc26faec297 (diff) | |
| download | dotfiles-0c38bc8b9d1da802b48f6e7d16c7956824d99865.tar.gz dotfiles-0c38bc8b9d1da802b48f6e7d16c7956824d99865.zip | |
terminal prompt updates
Diffstat (limited to 'config.fish')
| -rw-r--r-- | config.fish | 4 |
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" |