added fish and config

This commit is contained in:
2022-06-25 15:24:30 +02:00
parent 64b0dcb149
commit 018057b62d
73 changed files with 2241 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
if status is-interactive
# Commands to run in interactive sessions can go here
# source all files in the scripts directory
for file in $HOME/.scripts/*
source $file
end
end