1 2 3 4 5
#!/bin/sh if command -v cabal >/dev/null 2>&1; then path_append "${HOME}/.cabal/bin" fi
Consider giving Nix/NixOS a try! <3