rework smartcd
This commit is contained in:
parent
cc5c73095f
commit
61da99a39d
|
@ -72,7 +72,11 @@ if $ZSH; then
|
||||||
ln -s $PWD/zsh/.zshrc $HOME/.zshrc
|
ln -s $PWD/zsh/.zshrc $HOME/.zshrc
|
||||||
mkdir -p $HOME/.local/state/zsh/
|
mkdir -p $HOME/.local/state/zsh/
|
||||||
|
|
||||||
curl -L http://smartcd.org/install | bash
|
git clone git@github.com:cxreg/smartcd.git /tmp/smartcd
|
||||||
|
cd /tmp/smartcd
|
||||||
|
make install
|
||||||
|
source load_smartcd
|
||||||
|
smartcd config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
Loading…
Reference in New Issue