From 2b4005b7b303c32a9e410b3921591fcab8b225cf Mon Sep 17 00:00:00 2001 From: bye Date: Wed, 17 Apr 2024 19:50:13 +0100 Subject: [PATCH] Add fish configuration --- .config/fish/config.fish | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/fish/config.fish diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..81b4326 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,7 @@ +if status is-interactive + # Commands to run in interactive sessions can go here + oh-my-posh init fish | source +end + +# Created by `pipx` on 2024-03-31 11:41:09 +set PATH $PATH /home/bye/.local/bin