cleanup shell init
This commit is contained in:
parent
b55cec1458
commit
a5317e85f0
1 changed files with 0 additions and 3 deletions
3
home.nix
3
home.nix
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue