From 79deb0496ee27243afe8b565b5da581cc584a849 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 20 Jul 2024 00:48:33 -0400 Subject: [PATCH] m-cloud changes --- .config/fish/config.fish | 6 ------ .gitconfig | 13 ------------- 2 files changed, 19 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 91582eb..be8d8e2 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 diff --git a/.gitconfig b/.gitconfig index 918a2ee..96c3b18 100644 --- a/.gitconfig +++ b/.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