Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oriel Sanchez committed Nov 26, 2024
1 parent d89a779 commit 3c97012
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ for binary in "$DOTFILES_BIN"/*; do
ln -sf "$binary" "$LOCAL_BIN/$binary_name"
done

# Add Local Binaries to PATH
if ! echo "$PATH" | grep -q "$LOCAL_BIN"; then
echo "Adding $LOCAL_BIN to PATH in ~/.zshrc..."
echo 'export PATH="$HOME/.local/bin:$PATH"' >> "$HOME/.zshrc"
fi

# Symlink Config Files
echo "Symlinking configuration files..."
ln -sf "$DOTFILES_DIR/zshrc" "$HOME/.zshrc"
Expand Down
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
alias so="source ~/.zshrc"
# General Settings
export EDITOR=vim
export PATH="$HOME/.local/bin:$PATH"

# Enable starship prompt
if command -v starship &>/dev/null; then
Expand Down

0 comments on commit 3c97012

Please sign in to comment.