mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
4 lines
214 B
Bash
Executable file
4 lines
214 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# [[file:../../Guix.org::*Turn off Guix profiles][Turn off Guix profiles:1]]
|
|
export PATH=$(echo $PATH | tr ":" "\n" | grep -vE "guix|nix|gnu" | tr "\n" ":")
|
|
# Turn off Guix profiles:1 ends here
|