my dotz
0

Configure Feed

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

Add mksh stuff

+6
+6
.env
··· 20 20 . /tmp/ssh-agent-$USER >/dev/null 21 21 fi 22 22 23 + # Make ^+L work on mksh 24 + if echo "$SHELL" | grep -q "mksh"; then 25 + bind '^L=clear-screen' 26 + export HISTFILE="$HOME/.mksh-history" 27 + fi 28 + 23 29 # colorize ls 24 30 if ls --version 2>&1 | grep -i gnu >/dev/null 25 31 then