From eb1d9bfedb379f00bb092bca0121fff319b24e85 Mon Sep 17 00:00:00 2001 From: liv Date: Mon, 2 Oct 2023 09:54:16 +0200 Subject: [PATCH] merge --- dot_config/fish/config.fish | 9 ++++----- dot_doom.d/init.el | 2 +- dot_gitconfig | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 6133f84..b246c99 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -69,6 +69,7 @@ alias j "z" alias c "cargo" alias cr "cargo run" alias cb "cargo build" +alias ct "cargo test" alias cwr "cargo watch -x run" alias ct "cargo test" alias rp "rustup" @@ -105,8 +106,6 @@ if test -e /nix set -x NIX_PATH "$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels" end -# Load keychain if installed -if command --search keychain > /dev/null - keychain -q --nogui $HOME/.ssh/id_ed25519 - . $HOME/.keychain/$hostname-fish -end +# proto +set -gx PROTO_HOME "$HOME/.proto" +set -gx PATH "$PROTO_HOME/bin" $PATH diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el index 85c914a..8bdfd2c 100644 --- a/dot_doom.d/init.el +++ b/dot_doom.d/init.el @@ -39,7 +39,7 @@ minimap ; show a map of the code on the side (modeline +light) ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions - ;;neotree ; a project drawer, like NERDTree for vim + neotree ; a project drawer, like NERDTree for vim ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows ;;tabs ; a tab bar for Emacs diff --git a/dot_gitconfig b/dot_gitconfig index fbd065b..eccb066 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -4,9 +4,13 @@ signingkey = 0x6F33B647A7AC80CE [core] editor = vim +<<<<<<< Updated upstream autocrlf = input +======= +>>>>>>> Stashed changes [push] default = simple + autoSetupRemote = true [pull] rebase = true [rebase]