From a26a60cba25690174f7778b1e0a847396c9eb4c6 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Mon, 31 May 2021 21:47:13 -0400 Subject: [PATCH] Add zsh files --- .config/zsh/.zshrc | 9 +++++++++ programs | 1 + 2 files changed, 10 insertions(+) create mode 100755 .config/zsh/.zshrc diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc new file mode 100755 index 0000000..76db9bd --- /dev/null +++ b/.config/zsh/.zshrc @@ -0,0 +1,9 @@ +autoload -Uz compinit promptinit +compinit + +PROMPT='[%F{white}%B%~%b%f] %# ' +alias ls='ls --color=auto' + +PATH=$PATH:~/.local/bin/ + +bindkey -v diff --git a/programs b/programs index 46ca10c..1dbc86f 100644 --- a/programs +++ b/programs @@ -3,6 +3,7 @@ xwallpaper ncmpcpp dunst zathura +zsh xorg-setxkbmap xorg-xrandr xorg-xset