aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/.profile b/system/.profile
index 8758222..429ac48 100644
--- a/system/.profile
+++ b/system/.profile
@@ -16,7 +16,8 @@ export PATH="$PATH:$CLEAN_HOME/bin"
export PATH="$HOME/bin:$PATH"
export PATH="$HOME/bin.local:$PATH"
-[ -f "/home/camil/.ghcup/env" ] && source "/home/camil/.ghcup/env" # ghcup-env
+[ -f "/home/camil/.ghcup/env" ] && . "/home/camil/.ghcup/env"
+[ -f /home/camil/.nix-profile/etc/profile.d/nix.sh ] && . /home/camil/.nix-profile/etc/profile.d/nix.sh
export MANPATH="/usr/local/git/man:$MANPATH"
export MANPATH="/usr/local/mysql/man:$MANPATH"
@@ -55,4 +56,5 @@ abcclean() {
shopt -s globstar
[ "$(tty)" = "/dev/tty1" ] && exec startx
-export PATH="$HOME/.mozbuild/arcanist/bin:$HOME/.mozbuild/moz-phab:$PATH"
+
+: