1
0

feat: initial commit; NixOS Era

This commit is contained in:
2025-11-20 22:13:05 +01:00
commit 8d0bddf680
46 changed files with 2044 additions and 0 deletions

15
pkgs/fish/config.fish Normal file
View File

@@ -0,0 +1,15 @@
set fish_greeting '( .-.)'
fish_vi_key_bindings
alias cls='clear; and echo $fish_greeting';
alias ...='cd ../..';
set -l directory (status dirname)
[ -f "$directory/prompt.fish" ]; and source "$directory/prompt.fish"
[ -f "$directory/alias.fish" ]; and source "$directory/alias.fish"
if not set -qx SSH_AUTH_SOCK
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
end