Tweaked some stuff in zsh config
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# Set path
|
||||
export PATH=~/.local/bin:$PATH
|
||||
# Set environment variables
|
||||
export PATH=~/msvc-toolchain/bin/x64:~/.local/bin:$PATH
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# Set aliases
|
||||
alias ls="exa -lh"
|
||||
alias ls="eza -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
|
||||
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
# Change prompt
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
Reference in New Issue
Block a user