From 7fde0d14bc0f8a697deb5c74639c8b648b9b45f9 Mon Sep 17 00:00:00 2001 From: binary Date: Thu, 10 Sep 2020 11:43:18 +0200 Subject: Add alias and comments Colors for ls have been added, --- roles/setup_utils/files/zshrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/setup_utils/files/zshrc b/roles/setup_utils/files/zshrc index 21260a3..fdb505c 100644 --- a/roles/setup_utils/files/zshrc +++ b/roles/setup_utils/files/zshrc @@ -1,8 +1,13 @@ +# /etc/zshrc configuration ~~ rgoncalves.se infrastructure + +# export environment variables export TERM=xterm-256color export LANG=en_US.UTF-8 +# zsh options CASE_SENSITIVE="false" +# autocomplete autoload -U history-search-end zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end @@ -18,4 +23,9 @@ zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower autoload -Uz compinit compinit -u +# aliases +alias ls="ls --color" +alias cdd="cd .." + +# prompt PROMPT="%B %n@%m %~ %# %b" -- cgit v1.2.3