mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
start using site-local stuff (called "lol" for now)
This commit is contained in:
parent
0c1cf6ff31
commit
0517d9b6a1
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue