Change ZSH configuration

- Enable keychain
- Fix ls alias
- Added sway startup script
This commit is contained in:
Fabio Scotto di Santolo
2025-07-26 13:56:22 +02:00
parent 9c739533e3
commit 27ac457068
4 changed files with 57 additions and 45 deletions

View File

@@ -1,10 +1,3 @@
[ -f "$HOME/.ghcup/env" ] && . "$HOME/.ghcup/env"
if [ -f "/home/linuxbrew/.linuxbrew/bin/brew" ]; then
# Initialize Homebrew
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi
if command -v starship > /dev/null 2>&1; then
# Initialize Starship
eval "$(starship init zsh)"