Compare commits

..

No commits in common. "430e2a1c12419f1756de4cdfd3f2e2a47580b6f3" and "f6516acfc706dd3a28e983d0478c6368cc31d20d" have entirely different histories.

3 changed files with 4 additions and 9 deletions

View file

@ -1,6 +1,7 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
fish_default_key_bindings
set -gx EDITOR nvim
@ -16,5 +17,3 @@ source ~/.config/fish/myfunctions/dotfiles.fish
source ~/.config/fish/myfunctions/pacman.fish
source ~/.config/fish/myfunctions/qol.fish
source ~/.config/fish/myfunctions/replacements.fish
starship init fish | source

View file

@ -4,7 +4,6 @@ end
abbr -a find fd
abbr -a df duf
abbr -a v nvim
abbr -a lg lazygit
function rm
echo "rm is disabled, use trash instead"
end

View file

@ -1,10 +1,7 @@
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
Host gon
ControlMaster auto
HostName git.olympuslab.net
User git
Port 522
ControlPath ~/.ssh/session.%r@%h:%p
Host git.olympuslab.net github.com
ControlMaster auto
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m