Compare commits
2 commits
f6516acfc7
...
430e2a1c12
Author | SHA1 | Date | |
---|---|---|---|
430e2a1c12 | |||
b9167a0cac |
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
Host git.olympuslab.net github.com
|
||||
Host gon
|
||||
ControlMaster auto
|
||||
HostName git.olympuslab.net
|
||||
User git
|
||||
Port 522
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue