Skip to content

Commit

Permalink
Fix zsh config
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Aug 1, 2023
1 parent f9e6a52 commit 575bcb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/config/zsh/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ SOURCE_DIR="$(realpath "$(dirname "$0")")"
rm -rf ~/.zshrc > /dev/null 2>&1
rm -rf ~/.zsh_prompt > /dev/null 2>&1
rm -rf ~/.zsh_aliases > /dev/null 2>&1

mkdir -p ~/.zsh/custom
rm -rf ~/.zsh/custom > /dev/null 2>&1

ln -sf "${SOURCE_DIR}"/zshrc ~/.zshrc
ln -sf "${SOURCE_DIR}"/zsh_prompt ~/.zsh_prompt
ln -sf "${SOURCE_DIR}"/zsh_aliases ~/.zsh_aliases
ln -sf "${SOURCE_DIR}"/custom ~/.zsh/custom

sudo chsh -s /usr/bin/zsh
sudo chsh "${USER}" -s /usr/bin/zsh

0 comments on commit 575bcb5

Please sign in to comment.