Cleaned up configs
This commit is contained in:
7
fish/.editorconfig
Normal file
7
fish/.editorconfig
Normal 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
|
@ -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
|
||||
|
Reference in New Issue
Block a user