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