mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
quick fix !
This commit is contained in:
16
private_dot_config/private_fish/config.fish
Normal file
16
private_dot_config/private_fish/config.fish
Normal file
@@ -0,0 +1,16 @@
|
||||
if status is-interactive
|
||||
# editors for yazi
|
||||
export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
# no dum greeting
|
||||
set fish_greeting ""
|
||||
# yes, please setup git for me
|
||||
gh auth setup-git
|
||||
# add github ssh key
|
||||
eval (ssh-agent -c)
|
||||
ssh-add ~/.ssh/github
|
||||
# better cd
|
||||
zoxide init fish | source
|
||||
clear
|
||||
fastfetch --config ~/.config/fastfetch/startup.jsonc
|
||||
end
|
||||
Reference in New Issue
Block a user