diff options
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" |