From e81b83cfd907b37cd673cc866b9dc7d54d65eca3 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Tue, 3 Oct 2023 16:56:28 -0500 Subject: [PATCH] some updates --- fish/fish_variables | 2 +- fish/functions/7z.fish | 4 ++++ fish/functions/helix.fish | 4 ++++ git/dot-gitconfig | 6 ++++-- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 fish/functions/7z.fish create mode 100644 fish/functions/helix.fish diff --git a/fish/fish_variables b/fish/fish_variables index 2315d3e..132ba45 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -40,7 +40,7 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/Users/kaan/\x2ecargo/bin\x1e/home/kaan/\x2ecargo/bin\x1e/home/kaan/Android/Sdk/platform\x2dtools\x1e/home/kaan/Android/Sdk/tools/bin\x1e/home/kaan/Android/Sdk/tools\x1e/home/kaan/Android/Sdk/emulator\x1e/home/kaan/\x2elocal/bin +SETUVAR fish_user_paths:/Users/kaan/\x2erd/bin\x1e/Users/kaan/\x2ecargo/bin\x1e/home/kaan/\x2ecargo/bin\x1e/home/kaan/Android/Sdk/platform\x2dtools\x1e/home/kaan/Android/Sdk/tools/bin\x1e/home/kaan/Android/Sdk/tools\x1e/home/kaan/Android/Sdk/emulator\x1e/home/kaan/\x2elocal/bin SETUVAR nvm_data:/Users/kaan/\x2elocal/share/nvm SETUVAR nvm_default_version:lts SETUVAR nvm_mirror:https\x3a//nodejs\x2eorg/dist diff --git a/fish/functions/7z.fish b/fish/functions/7z.fish new file mode 100644 index 0000000..7bead32 --- /dev/null +++ b/fish/functions/7z.fish @@ -0,0 +1,4 @@ +function 7z --wraps=7zz --description 'alias 7z 7zz' + 7zz $argv + +end diff --git a/fish/functions/helix.fish b/fish/functions/helix.fish new file mode 100644 index 0000000..918f675 --- /dev/null +++ b/fish/functions/helix.fish @@ -0,0 +1,4 @@ +function helix --wraps=hx --description 'alias helix hx' + hx $argv + +end diff --git a/git/dot-gitconfig b/git/dot-gitconfig index 4e958b2..07b0e43 100644 --- a/git/dot-gitconfig +++ b/git/dot-gitconfig @@ -7,9 +7,9 @@ [pull] rebase = true [commit] - gpgSign = true + gpgSign = false [tag] - gpgsign = true + gpgsign = false [pager] diff = delta log = delta @@ -24,3 +24,5 @@ ff = no [alias] stat = status +[push] + autoSetupRemote = true