From 83d9107e8c3cadc1c59c1f1f618bfbd73a4c204c Mon Sep 17 00:00:00 2001 From: nithonaj Date: Tue, 29 Jul 2025 16:55:48 -0400 Subject: [PATCH] mod (zsh): add zsh configs --- .zshenv | 1 + .zshrc | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .zshenv create mode 100644 .zshrc 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