From 0517d9b6a1c960ec11ac6d71a5e5e918503ec107 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 15 Sep 2021 22:43:45 -0700 Subject: [PATCH] start using site-local stuff (called "lol" for now) --- home/-shrc | 2 -- home/zshrc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/-shrc b/home/-shrc index 7473446..6d1f764 100644 --- a/home/-shrc +++ b/home/-shrc @@ -57,8 +57,6 @@ umask 022 ADDPATH "$HOME/opt/local/bin" [ -n "$MSYSTEM" ] && ADDPATH "/c/path" -[ -n "$MSYSTEM" ] && ADDPATH "/c/Program Files/7-Zip-Zstandard" 2>/dev/null -[ -n "$MSYSTEM" ] && ADDPATH ~win"/Desktop/_programs/rakudo-2021.06/bin" 2>/dev/null export _REMOTE_DOMAIN="https://eaguru.guru" export _REMOTE_DIR="t" diff --git a/home/zshrc b/home/zshrc index 36a9574..dd2e734 100644 --- a/home/zshrc +++ b/home/zshrc @@ -261,3 +261,4 @@ for x in ai arith curl fc find ftp hex history let locate rsync scp sftp tw twit unset x . ~/.prezto-compinit +[ -e ~/.lol ] && . ~/.lol || touch ~/.lol