Showing posts with label profile. Show all posts
Showing posts with label profile. Show all posts

Sunday, 11 September 2011

Profile init scripts

My .inputrc
set completion-prefix-display-length 2
set completion-ignore-case on

# 1 TAB not 2 to list options
set show-all-if-ambiguous on
set show-all-if-unmodified on

# set - same as _
set completion-map-case on

bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'

# grc from http://korpus.juls.savba.sk/~garabik/software/grc.html
alias gtail='grc tail'

alias l='ls -alF'


My Mac's .bash_profile:

# colors
export CLICOLOR=1
export TERM=xterm-color
export LSCOLORS=gxgxcxdxbxegedabagacad # cyan directories
export PS1='\[\033[01;32m\]\u@:\[\033[01;36m\]\w\[\033[00m\]\$ '



Packages to install

Command Line FU