Skip to content

Instantly share code, notes, and snippets.

@Erliz
Last active December 21, 2015 01:59
Show Gist options
  • Select an option

  • Save Erliz/6231477 to your computer and use it in GitHub Desktop.

Select an option

Save Erliz/6231477 to your computer and use it in GitHub Desktop.
Shell conf
PS1="[\033[32m\u\033[37m@\033[32m\h \033[33m\W\033[00m]\$ "; export PS1
alias ll='ls -laG'
bind '"\e[1~": beginning-of-line'
bind '"\e[4~": end-of-line'
bind '"\e[3~": delete-char'
bind '"\e[5~": history-search-backward'
bind '"\e[6~": history-search-forward'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment