ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zshrc: ltr and cdgmp

+3
+3
.zshrc
··· 13 13 export LESSHISTFILE=/dev/null 14 14 export MYSQL_HISTFILE=/dev/null 15 15 export NO_COLOR=1 16 + export PAGER="less -R" 16 17 export PATH=~/bin:~/go/bin:/usr/local/bin:/usr/local/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin 17 18 export SSH_ASKPASS_REQUIRE=prefer 18 19 ··· 30 31 31 32 # i'm too lazy to type these out 32 33 alias calc='perl -pe "print eval(\$_) . chr(10);"' 34 + alias cdgmp='cd /usr/src/sys/arch/`arch -s`/compile/GENERIC.MP' 33 35 alias cdu="cvs -q diff -upRN" 34 36 alias cp="cp -i" 35 37 alias gs="git status" ··· 37 39 alias jobs="jobs -p" 38 40 alias k9="kill -9 %1" 39 41 alias ll="ls -alF" 42 + alias ltr="ls -alFtr" 40 43 alias ls="ls -aF" 41 44 alias mv="mv -i" 42 45 alias offline_mutt="mutt -R -F ~/.muttrc.offline"