summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2024-05-19 10:48:24 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2024-05-19 10:48:24 -0700
commit5d20095ffa724b1287c75a0294c48d83e7cc166a (patch)
tree1dd6b7930992c997e4788af1960a70501bd60982
parente950b705540c5371ef1d7efd6bce9d8e36d62f3f (diff)
zsh config
-rw-r--r--.zshrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..745dec7
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,26 @@
+# Lines configured by zsh-newuser-install
+HISTFILE=~/.histfile
+HISTSIZE=1000
+SAVEHIST=1000
+setopt autocd nomatch
+unsetopt beep notify
+bindkey -e
+# End of lines configured by zsh-newuser-install
+# The following lines were added by compinstall
+zstyle :compinstall filename '/home/tmu/.zshrc'
+
+autoload -Uz compinit promptinit
+compinit
+promptinit
+# End of lines added by compinstall
+
+prompt gentoo
+
+alias gs="git status"
+alias gl="git log --graph --oneline --all"
+alias pd="pushd"
+alias ppd="popd"
+alias up="cd .."
+alias a="emacsclient -n"
+alias ll="ls -la"
+alias ls="ls --color=auto"