Added zsh config file
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
# 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)"
|
||||||
Reference in New Issue
Block a user