This commit is contained in:
death916 2025-05-30 02:05:29 -07:00
parent 96254b7316
commit 434ec2429f

View file

@ -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";