logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

.mkshrc (147B)


  1. set -o notify
  2. set -o markdirs
  3. set -o braceexpand
  4. set -o noclobber
  5. # Do NOT export
  6. HISTFILE="$HOME/.mksh_history"
  7. HISTSIZE="65536"
  8. . ~/.common.sh