Files
dotfiles/zshrc
T
2023-03-19 13:43:57 +02:00

13 lines
297 B
Bash

# Set path
export PATH=~/.local/bin:$PATH
# Set aliases
alias ls="exa -lh"
# Activate plugins
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Change prompt
eval "$(starship init zsh)"