cleanup shell init
This commit is contained in:
parent
b55cec1458
commit
a5317e85f0
3
home.nix
3
home.nix
|
@ -245,11 +245,8 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set -xg PATH $HOME/bin $HOME/.cargo/bin $PATH
|
|
||||||
eval (direnv hook fish)
|
eval (direnv hook fish)
|
||||||
any-nix-shell fish --info-right | source
|
any-nix-shell fish --info-right | source
|
||||||
eval (ssh-agent -c)
|
|
||||||
ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Reference in a new issue