From add3f0080940a2ec5a6c7f74cbcb469ff4971613 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sun, 2 Oct 2022 17:55:04 +0900 Subject: [PATCH] add: fish : config.fish for manjaro --- dotfiles/fish/config.fish | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dotfiles/fish/config.fish diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish new file mode 100644 index 0000000..428fa5c --- /dev/null +++ b/dotfiles/fish/config.fish @@ -0,0 +1,9 @@ +if status is-interactive + # Commands to run in interactive sessions can go here + # starship + starship init fish | source +end + + +# opam configuration +source /home/qwjyh/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true