summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc26
1 files changed, 0 insertions, 26 deletions
diff --git a/.zshrc b/.zshrc
deleted file mode 100644
index 745dec7..0000000
--- a/.zshrc
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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"