Installer no longer add tmux plugin in oh-my-zsh plugin list when installing desktop edition
This commit is contained in:
@@ -86,7 +86,11 @@ fi
|
|||||||
# copy config files
|
# copy config files
|
||||||
echo "Installing config files"
|
echo "Installing config files"
|
||||||
## zshrc > $HOME/.zshrc
|
## zshrc > $HOME/.zshrc
|
||||||
|
if [ $zse -eq 1 ]; then
|
||||||
cp files/zshrc $usrhome/.zshrc
|
cp files/zshrc $usrhome/.zshrc
|
||||||
|
else
|
||||||
|
cp files/zshrc-de $usrhome/.zshrc
|
||||||
|
fi
|
||||||
## aliases.zsh > $HOME/.config/zsh/aliases.zsh
|
## aliases.zsh > $HOME/.config/zsh/aliases.zsh
|
||||||
cp files/aliases.zsh $usrhome/.config/zsh/aliases.zsh
|
cp files/aliases.zsh $usrhome/.config/zsh/aliases.zsh
|
||||||
if [ $zse -eq 1 ]; then
|
if [ $zse -eq 1 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user