diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..91ed990 --- /dev/null +++ b/.zshenv @@ -0,0 +1 @@ +export PATH="/home/$USER/.local/bin:$PATH" diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..97c8c85 --- /dev/null +++ b/.zshrc @@ -0,0 +1,7 @@ +# Aliases +alias ls="ls --color" + +# Pure theme +fpath+=($HOME/.zsh/pure) +autoload -U promptinit; promptinit +prompt pure