mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
flox
This commit is contained in:
parent
96254b7316
commit
434ec2429f
1 changed files with 1 additions and 4 deletions
|
|
@ -141,10 +141,7 @@ in
|
|||
enableCompletion = true;
|
||||
bashrcExtra = ''
|
||||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
|
||||
if [ -x "$(command -v flox)" ]; then
|
||||
eval "$(flox hook bash)"
|
||||
fi
|
||||
'';
|
||||
''; # Removed the "flox hook" line from here
|
||||
shellAliases = {
|
||||
k = "kubectl";
|
||||
pimox = "tailscale ssh pimox";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue