From 80f99cdbd2899cac825b9db755a381ba5492d44f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:10:48 +0200 Subject: zsh/aliases: Drop aur funcs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/aliases.zsh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'zsh') diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index ebe3481..85b7a35 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -138,17 +138,6 @@ function 5clone { alias 5ssh='TERM=xterm ssh' -aur-push() { - git push aur@aur.archlinux.org:/"$1".git "$1":master -} - -aur-pull() { - local old_branch=$(git symbolic-ref --short HEAD) - git checkout "$1" - git pull aur@aur.archlinux.org:/"$1".git master:"$1" - git checkout "$old_branch" -} - tt() { if [[ -n "$@" ]]; then print "$@" | ts '[%Y-%m-%d %H:%M:%S]' >> "$HOME"/documents/timetracking -- cgit v1.2.3-54-g00ecf