added fish and config
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user