~/.bashrc に以下の記述を追加
.bashrc
function share_history {
history -a
history -c
history -r
}
PROMPT_COMMAND='share_history'
shopt -u histappend
再ログインまたは、 source ./bashrc
で読み込み直す
これだけでPecoを共有して使える(ヽ´ω`)ゎ-ぃ
Go to list of users who liked
More than 5 years have passed since last update.
~/.bashrc に以下の記述を追加
function share_history {
history -a
history -c
history -r
}
PROMPT_COMMAND='share_history'
shopt -u histappend
再ログインまたは、 source ./bashrc
で読み込み直す
これだけでPecoを共有して使える(ヽ´ω`)ゎ-ぃ
Register as a new user and use Qiita more conveniently
Go to list of users who liked