From d31207c08570d542d1588379a2c2f8dbc4838a4e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 5 Sep 2013 16:42:58 -0400 Subject: Remove pacman stuff Goodbye Arch. --- .zshrc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.zshrc b/.zshrc index 354a5dae..1d920ba9 100644 --- a/.zshrc +++ b/.zshrc @@ -81,15 +81,6 @@ function game { xinit =$1 ${@:2} -- :1 vt6 } -function pacman { - case $1 in - -S | -S[^si]* | -R* | -U*) - sudo /usr/bin/pacman "$@" ;; - *) - /usr/bin/pacman "$@" ;; - esac -} - function mkcd { mkdir $@ if [ "$1" = "-p" ]; then @@ -115,11 +106,6 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias rm='rm -vI' -alias S='pacman -S' -alias Syu='pacman -Syu' -alias Ss='pacman -Ss' -alias p='pacman' - if which hub &> /dev/null; then compdef hub=git alias git=hub @@ -145,6 +131,3 @@ alias gs='git status -sb' alias gsh='git show' alias gt='git tag' alias gu='git pull' - -[ -f /usr/bin/pacman ] && /usr/bin/pacman -Qu > /dev/null && echo "$(/usr/bin/pacman -Qu | wc -l) updates" -true -- cgit 1.4.1 >summary refs log tree commit diff
path: root/ui-patch.h (unfollow)
Commit message (Expand)Author
2013-04-08Do not unnecessarily strdup() environment variablesLukas Fleischer
2013-04-08Maŕk cgit_environment members constLukas Fleischer
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer
2013-04-08Update git to v1.8.2.1John Keeping
2013-04-07ui-blob: don't segfault when no path is givenJohn Keeping
2013-03-20Convert pager navigation into a unordered listLukas Fleischer
2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld
2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer
2013-03-20Fix colspan valuesLukas Fleischer
2013-03-20html: check return value of writeJason A. Donenfeld
2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld
2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping
2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping
2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping
2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping