summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-01-02 13:41:28 +0100
committerFlorian Pritz <f-p@gmx.at>2009-01-02 13:41:28 +0100
commit27bc7c03b584095dfab02954f56df5670c6d97ff (patch)
tree64be6b9175800fd0b147d13629321d8301f8de99 /.zshrc
parentfd12d7f43e659d4bdd348999c8d2d129f16aaa57 (diff)
downloaddotfiles-27bc7c03b584095dfab02954f56df5670c6d97ff.tar.gz
dotfiles-27bc7c03b584095dfab02954f56df5670c6d97ff.tar.xz
updated
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 0094b2f..302e744 100644
--- a/.zshrc
+++ b/.zshrc
@@ -8,8 +8,8 @@
# History
#--------------------
export HISTFILE=~/.zsh/histfile
-export HISTSIZE=10000
-export SAVEHIST=10000
+export HISTSIZE=4000
+export SAVEHIST=4000
#--------------------
# Keybindings
@@ -202,6 +202,7 @@ alias c='${PAGER}'
alias sc='sudo ${PAGER}'
alias v='vim'
alias sv='sudo vim'
+alias s='sudo'
alias pacman='pacman-color'
alias ncmpc='ncmpc -c'
@@ -225,6 +226,8 @@ alias ad='arson -D'
alias yr='yaourt -Rs'
alias yrn='yaourt -Rns'
+alias asciidoc_full='asciidoc -a icons -a toc'
+
alias -g gg='| grep --color'
alias -g eg='| egrep --color'
alias -g tt='| tail -n 20'
@@ -456,6 +459,7 @@ youtube2mp3 () {
#--------------------
# Greetings
#--------------------
+cat /etc/motd
echo -e "${CYAN}Welcome to ZSH ${RED}${ZSH_VERSION}$NC"
short_ii
if [ -x /usr/bin/fortune ]; then