Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1cdd637ff1 - Show all commits

View file

@ -1,3 +1,3 @@
if [ ! -d ~/ohmyzsh ]; then
if [ ! -d ~/.oh-my-zsh/ ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc
fi

View file

@ -1,3 +1,3 @@
#!/bin/bash
chsh -s $(which zsh)
chsh -s "$(which zsh)"