From 4ccda5d202dfcb9a2e1187ff26816a0af77f704a Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Wed, 13 Apr 2022 07:05:02 -0400 Subject: [PATCH] add zshrc --- zshrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 zshrc diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..9597680 --- /dev/null +++ b/zshrc @@ -0,0 +1,19 @@ +# Use powerline +USE_POWERLINE="true" +# Source manjaro-zsh-configuration +if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then + source /usr/share/zsh/manjaro-zsh-config +fi +# Use manjaro zsh prompt +if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then + source /usr/share/zsh/manjaro-zsh-prompt +fi + +#alias cp="cp -i" # confirm before overwriting something +#alias df='df -h' # human-readable sizes +#alias free='free -m' # show sizes in MB +#alias np='nano -w PKGBUILD' +#alias more=less +alias cls=clear + +eval "$(rbenv init - zsh)" \ No newline at end of file