bash: move secrets customization to user teuat3s
This commit is contained in:
parent
aa4f26bba8
commit
92201e4a79
|
@ -76,9 +76,6 @@ in {
|
||||||
ble-bind -m vi_nmap -f 'l' 'vi-command/forward-char'
|
ble-bind -m vi_nmap -f 'l' 'vi-command/forward-char'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ${config.age.secrets.environment-secrets.path}
|
|
||||||
source ${inputs.tritonshell.packages.${pkgs.system}.triton-utils}/bin/ttp.sh
|
|
||||||
|
|
||||||
# end of .bashrc
|
# end of .bashrc
|
||||||
[[ ''${BLE_VERSION-} ]] && ble-attach
|
[[ ''${BLE_VERSION-} ]] && ble-attach
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -71,6 +71,9 @@ in {
|
||||||
nix-autobahn.packages.${pkgs.system}.default
|
nix-autobahn.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
programs.bash.initExtra = ''
|
programs.bash.initExtra = ''
|
||||||
|
source ${config.age.secrets.environment-secrets.path}
|
||||||
|
source ${inputs.tritonshell.packages.${pkgs.system}.triton-utils}/bin/ttp.sh
|
||||||
|
|
||||||
complete -C ${pkgs.consul}/bin/consul consul
|
complete -C ${pkgs.consul}/bin/consul consul
|
||||||
complete -C ${pkgs.nomad_1_4}/bin/nomad nomad
|
complete -C ${pkgs.nomad_1_4}/bin/nomad nomad
|
||||||
complete -C ${pkgs.vault}/bin/vault vault
|
complete -C ${pkgs.vault}/bin/vault vault
|
||||||
|
|
Loading…
Reference in a new issue