This commit is contained in:
2024-12-03 22:52:50 +08:00
commit f7aaf232d2
6 changed files with 147 additions and 0 deletions

14
fish/config.fish Normal file
View File

@@ -0,0 +1,14 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
set fish_greeting ""
set Profile_PATH $HOME/My/profiles
if test -e $Profile_PATH/shell/aliases.sh
. $Profile_PATH/shell/aliases.sh
end
# PATH
# ----------------------------
set -U fish_user_paths $HOME/bin/ $HOME/go/bin/ $HOME/.local/share/JetBrains/Toolbox/scripts