aboutsummaryrefslogtreecommitdiffstats
path: root/roles/setup_utils/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/setup_utils/files')
-rw-r--r--roles/setup_utils/files/zshrc10
1 files changed, 10 insertions, 0 deletions
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"
remember that computers suck.