cleanup shell init

This commit is contained in:
Salar Rahmanian 2024-11-04 10:36:49 -08:00
parent b55cec1458
commit a5317e85f0

View file

@ -245,11 +245,8 @@
'';
interactiveShellInit = ''
set -xg PATH $HOME/bin $HOME/.cargo/bin $PATH
eval (direnv hook fish)
any-nix-shell fish --info-right | source
eval (ssh-agent -c)
ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain
'';
shellAliases = {