As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 #
2 # ~/.login - Setup user login shell environment
3 #
4 # See also tcsh(1), environ(7).
5 #
6 7 setenv EDITOR vi
8 setenv PAGER less
9 10 # umask 077
11 12 # set path=( ~/.local/bin $path:q )