1
0

Cleaned up configs

This commit is contained in:
2022-10-08 10:11:20 -07:00
parent 0604635f7a
commit 4f0059a6aa
10 changed files with 80 additions and 306 deletions

7
fish/.editorconfig Normal file
View File

@ -0,0 +1,7 @@
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

View File

@ -1,6 +1,9 @@
#!/usr/bin/fish
set fish_greeting
set --export GOPATH "/home/mark/Documents/go"
# Git aliases
alias glog "git log --oneline --all --graph"
@ -57,4 +60,4 @@ end
# Enable kitty command completion
kitty + complete setup fish | source
kitty + complete setup fish | source