Skip to content

Instantly share code, notes, and snippets.

@kou029w
Last active August 16, 2020 05:23
Show Gist options
  • Save kou029w/1956e2736e8e26fd84ef46c0a2146526 to your computer and use it in GitHub Desktop.
Save kou029w/1956e2736e8e26fd84ef46c0a2146526 to your computer and use it in GitHub Desktop.
HISTSIZE=1000000
HISTFILESIZE=2000000
PROMPT_COMMAND='[[ $_PWD == $PWD ]] || { _PWD=$PWD; ls; }'
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " \[\033[32m\](%s)\[\033[00m\]")\n\$ '
shopt -s autocd
Tab: menu-complete
"\e[Z": menu-complete-backward # Shift-Tab
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
[ -n "$BASH_VERSION" ] && . "${HOMEBREW_REPOSITORY}/completions/bash/brew"
PATH="$(yarn global bin):$PATH"
@kou029w
Copy link
Author

kou029w commented Aug 16, 2020

HISTCONTROLを重複消すやつにしてる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment