Files
superior_dotfiles/private_dot_config/private_fish/config.fish
Szymon P 90f88c4689 Update .bashrc
Update .config/btop/btop.conf
Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/hypr/hyprland/monitors.conf
Update .config/kitty/kitty.conf
Update .config/kitty/theme.conf
Update .config/fish/config.fish
Update .local/bin/system_setup.sh
2025-11-18 19:24:26 +01:00

27 lines
600 B
Fish

if status is-interactive
# editors for yazi
export EDITOR="nvim"
export VISUAL="nvim"
# better shell history
atuin init fish | source
# 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
# vi mode
fish_vi_key_bindings
# better cd
zoxide init fish | source
clear
fastfetch --config ~/.config/fastfetch/startup.jsonc
end
# Added by LM Studio CLI (lms)
set -gx PATH $PATH /home/szymon/.lmstudio/bin
# End of LM Studio CLI section