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