From e44fd9f3ecb251f6519f67f6b5856cd529ac476f Mon Sep 17 00:00:00 2001 From: humphreylin Date: Tue, 30 Jul 2019 03:10:25 +0000 Subject: add tmux and zshrc config --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 7b277eb..c2c4cfa 100644 --- a/.bashrc +++ b/.bashrc @@ -116,10 +116,15 @@ if ! shopt -oq posix; then fi fi +# autojump +if [ ! -d /usr/share/autojump ]; then + sudo apt install autojump +fi . /usr/share/autojump/autojump.sh # proxy export http_proxy='http://localhost:8118' export https_proxy='http://localhost:8118' +# fzf [ -f ~/.fzf.bash ] && source ~/.fzf.bash -- cgit v1.2.3