Last active
August 16, 2020 05:23
-
-
Save kou029w/1956e2736e8e26fd84ef46c0a2146526 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tab: menu-complete | |
"\e[Z": menu-complete-backward # Shift-Tab |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) | |
[ -n "$BASH_VERSION" ] && . "${HOMEBREW_REPOSITORY}/completions/bash/brew" | |
PATH="$(yarn global bin):$PATH" |
HISTCONTROLを重複消すやつにしてる
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://scrapbox.io/kou029w/anyenv_rbenv%E3%82%92%E3%82%84%E3%82%81%E3%81%A6linuxbrew%E3%81%AB%E3%81%97%E3%81%9F anyenvやめた
hub alias -s
はalias git=hub
でよい今はこんな感じ
依存しているソフトウェアとしてはこんなところか