Compare commits

...

2 commits

3 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,6 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
fish_default_key_bindings
set -gx EDITOR nvim
@ -17,3 +16,5 @@ 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,6 +4,7 @@ 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,7 +1,10 @@
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
Host git.olympuslab.net github.com
ControlMaster auto
ControlPath ~/.ssh/session.%r@%h:%p
Host gon
ControlMaster auto
HostName git.olympuslab.net
User git
Port 522
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m