From 211b05fc7a43d871134ba7c726e3b80872a94092 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 21:41:03 +0200 Subject: Removed .zshrc due to uselessness --- .zshrc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .zshrc (limited to '.zshrc') diff --git a/.zshrc b/.zshrc deleted file mode 100644 index 3d7c973..0000000 --- a/.zshrc +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/zsh - -alias -g '_X=$(xclip -o)' -nix-search() { - list=$(cat ~/.nix-pkgs) - for arg in $@; do - list=$(echo $list | fgrep --colour=always -i $arg) - done - echo $list - ( mv =(nix-env -qaP) ~/.nix-pkgs; ) &>/dev/null &! -} - -export EDITOR="$(which emacs) -nw" - -comm() { - urxvtc -e mosh -- gkleen@odin tmux attach-session -t comm -} - -eval $(keychain -q --eval ~/.ssh/id_ecdsa ~/.ssh/id_rsa) -- cgit v1.2.3