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
|
||||
set uname (uname)
|
||||
|
||||
# Set umask
|
||||
umask 077
|
||||
|
||||
# Begin profile init
|
||||
# (These functions are defined in the functions/ directory.)
|
||||
define_global_variables
|
||||
import_sources $uname
|
||||
define_aliases $uname
|
||||
ssh_agent_startup
|
||||
starship init fish | source
|
||||
zoxide init fish | source
|
||||
fzf --fish | source
|
||||
end
|
||||
|
||||
configure_fish
|
||||
|
|
13
.gitconfig
13
.gitconfig
|
@ -24,7 +24,6 @@
|
|||
|
||||
[core]
|
||||
editor = nvim
|
||||
pager = delta
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
@ -37,15 +36,3 @@
|
|||
|
||||
[pull]
|
||||
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