* initial commit - dotfiles based on DoomHammer
This commit is contained in:
11
.shell-common
Normal file
11
.shell-common
Normal file
@ -0,0 +1,11 @@
|
||||
# vim: set ft=sh sw=2 et :
|
||||
|
||||
# make less more friendly for non-text input files, see lesspipe(1)
|
||||
command -v lesspipe.sh >/dev/null 2>&1 && eval "$(SHELL=/bin/sh lesspipe.sh)"
|
||||
|
||||
# enable color support of ls and also add handy aliases
|
||||
if command -v dircolors >/dev/null 2>&1; then
|
||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||
fi
|
||||
|
||||
test -r ~/.shell-common.local && source ~/.shell-common.local
|
Reference in New Issue
Block a user