update: modules/fish.nix

This commit is contained in:
2026-02-20 13:04:57 +01:00
parent 3155966a93
commit 0afa633a48

View File

@@ -11,17 +11,10 @@
# no dum greeting # no dum greeting
set fish_greeting "" set fish_greeting ""
# yes, please setup git for me
gh auth setup-git
# add github gpg key
set -gx GPG_TTY (tty) set -gx GPG_TTY (tty)
# vi mode
fish_vi_key_bindings fish_vi_key_bindings
# Odpalenie fastfetcha na start
clear
fastfetch --config ~/.config/fastfetch/startup.jsonc fastfetch --config ~/.config/fastfetch/startup.jsonc
''; '';