Files
dotfiles/zshrc
T
2024-01-14 19:52:53 +02:00

21 lines
628 B
Bash

# Set environment variables
export PATH=~/msvc-toolchain/bin/x64:~/.local/bin:$PATH
export GPG_TTY=$(tty)
# Set aliases
alias ls="eza -lh"
# Activate plugins(for Arch)
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Activate plugins(for other distros)
#source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
#source /usr/share/sh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Change prompt
eval "$(starship init zsh)"
[ -f /home/samsepi0l/.shelloracle.zsh ] && source /home/samsepi0l/.shelloracle.zsh