mirror of https://github.com/mitchell/dotfiles.git
m-cloud changes
This commit is contained in:
parent
7d9a714495
commit
79deb0496e
|
@ -2,18 +2,12 @@ function configure_fish
|
||||||
# Determine OS
|
# Determine OS
|
||||||
set uname (uname)
|
set uname (uname)
|
||||||
|
|
||||||
# Set umask
|
|
||||||
umask 077
|
|
||||||
|
|
||||||
# Begin profile init
|
# Begin profile init
|
||||||
# (These functions are defined in the functions/ directory.)
|
# (These functions are defined in the functions/ directory.)
|
||||||
define_global_variables
|
define_global_variables
|
||||||
import_sources $uname
|
import_sources $uname
|
||||||
define_aliases $uname
|
define_aliases $uname
|
||||||
ssh_agent_startup
|
|
||||||
starship init fish | source
|
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
fzf --fish | source
|
|
||||||
end
|
end
|
||||||
|
|
||||||
configure_fish
|
configure_fish
|
||||||
|
|
13
.gitconfig
13
.gitconfig
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
pager = delta
|
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
@ -37,15 +36,3 @@
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[interactive]
|
|
||||||
diffFilter = delta --color-only
|
|
||||||
|
|
||||||
[delta]
|
|
||||||
features = side-by-side line-numbers decorations
|
|
||||||
whitespace-error-style = 22 reverse
|
|
||||||
|
|
||||||
[delta "decorations"]
|
|
||||||
commit-decoration-style = bold yellow box ul
|
|
||||||
file-style = bold yellow ul
|
|
||||||
file-decoration-style = none
|
|
||||||
|
|
Loading…
Reference in New Issue