dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

.profile (189B) [raw]


      1 #!/bin/sh
      2 # ~/.profile -- dash/sh/ksh profile
      3 # Sourced for login shells -- set $ENV to ~/.shrc
      4 # to use that as the config for this and all new interactive shells
      5 export ENV="$HOME/.shrc"