Add fish, scripts and git

This commit is contained in:
2021-02-14 21:37:08 +01:00
parent d0ad79e63b
commit 7d2921b09e
12 changed files with 295 additions and 0 deletions

11
fish/config.fish Normal file
View File

@@ -0,0 +1,11 @@
set -x DOTFILES $HOME/DOTFILES
if test -z "$FISH_SETUP_PATH"
set -x PATH $HOME/dotfiles/bin $PATH
set -x PATH . $PATH
set -x FISH_SETUP_PATH
end
set -x LANG sv_SE.UTF-8
set -x LC_ALL sv_SE.UTF-8