Skip to content

Instantly share code, notes, and snippets.

@fra3il

fra3il/0.sh Secret

Last active January 20, 2016 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fra3il/3efb14604a13b0eca17d to your computer and use it in GitHub Desktop.
Save fra3il/3efb14604a13b0eca17d to your computer and use it in GitHub Desktop.
[WP/129] Terminal, Vim/Vi
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
function fastprompt()
{
unset PROMPT_COMMAND
case $TERM in
*term | rxvt )
PS1="[h] W $ [33]0;[u@h] w07]" ;;
*)
PS1="[h] W $ " ;;
esac
}
fastprompt
set autoindent
set number
set cindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment