Skip to content

Commit

Permalink
Fix kleinigkeit
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Feb 22, 2019
1 parent 03c0c60 commit 3bcfcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function install_bash {
# client
function install_zsh {
cp zshrc ~/.zshrc
mkdir -p ~/.config/i3
cp config ~/.config/i3/config

cp i3status.conf ~/.i3status.conf
Expand All @@ -44,7 +45,6 @@ if command -v zsh > /dev/null
then
do_for_all
install_zsh
echo 1
else
do_for_all
install_bash
Expand Down

0 comments on commit 3bcfcba

Please sign in to comment.