diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-09 13:38:40 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-09 13:38:40 -0400 |
commit | 88bb48589c967b7a01e0a5ff0b86e6ca5ede78a3 (patch) | |
tree | e6ca0b5def1a64bbfa404d55bcb9e81fa187a98d | |
parent | fc5b6b8c3825dd4c02b762f92bdf702a3a0496b1 (diff) | |
download | configs-88bb48589c967b7a01e0a5ff0b86e6ca5ede78a3.tar.gz configs-88bb48589c967b7a01e0a5ff0b86e6ca5ede78a3.tar.xz configs-88bb48589c967b7a01e0a5ff0b86e6ca5ede78a3.zip |
[rc] enable nix
-rw-r--r-- | rc.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4407,7 +4407,7 @@ export MOZ_USE_XINPUT2=1 # precise scrolling in firefox #export JAVA_HOME=/usr/lib/jvm/java-8-openjdk #export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4G" -#if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer +if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer #+end_src *** zshenv @@ -4489,7 +4489,6 @@ alias jcl=journalctl alias m="mbsync -Va; getmail; notmuch new" alias best="youtube-dl -f best" alias ace="mosh amin@ace.aminb.org" -alias nix="ssh amin@aminb.org" aur() { cd ~/usr/build |