commit 2b4005b7b303c32a9e410b3921591fcab8b225cf Author: bye Date: Wed Apr 17 19:50:13 2024 +0100 Add fish configuration 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