Skip to content

Instantly share code, notes, and snippets.

@xuan
xuan / readme.md
Created February 24, 2018 00:24
.bash_profile
PS1='\[\e[0;33m\]\h:\W \u\$\[\e[m\] '
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
alias ls='ls -Gp'
## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward
@xuan
xuan / find.md
Last active June 25, 2018 17:22
linux find command for string with file type.
grep -Ril "some string" /var/opt