Bash+tmux+Peco : 異なるウィンドウで履歴を共有する方法
~/.bashrc に以下の記述を追加
.bashrc
function share_history {
history -a
history -c
history -r
}
PROMPT_COMMAND='share_history'
shopt -u histappend
再ログインまたは、 source ./bashrc
で読み込み直す
これだけでPecoを共有して使える(ヽ´ω`)ゎ-ぃ
Author And Source
この問題について(Bash+tmux+Peco : 異なるウィンドウで履歴を共有する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/taigaaa2/items/c017596b18f4f2cbc5f6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .