Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Created April 15, 2019 08:16
Show Gist options
  • Save Alex4386/c2f54e9065f33ffc90e09c0659051059 to your computer and use it in GitHub Desktop.
Save Alex4386/c2f54e9065f33ffc90e09c0659051059 to your computer and use it in GitHub Desktop.
제가 쓰는 bash profile 입니다. 불만입니까 휴먼?
PATH=$PATH:/opt/metasploit-framework/bin
export PATH=$PATH:/opt/metasploit-framework/bin
export CLICOLOR=1
export LSCOLORS=ExgxfxhaCxegedHbHdhcgc
alias ㅣㄴ=ls
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
#export PS1="\e[0;35m->> \e[1;34m\W\e[0;32m\$(parse_git_branch)\e[0;37m $ "
export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\e[0;32m\]\$(parse_git_branch)\[\033[00m\]\$ "
# thefuck configuration
eval $(thefuck --alias)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment