summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-03 21:41:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-03 21:41:03 +0200
commit211b05fc7a43d871134ba7c726e3b80872a94092 (patch)
tree4c1ee19488b3058f501ffff4455a179c7f1ff4a7
parentd4826b04765ae76c35c215c1ab0a033715820481 (diff)
downloaddotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar
dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar.gz
dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar.bz2
dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar.xz
dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.zip
Removed .zshrc due to uselessness
-rw-r--r--.zshrc19
1 files changed, 0 insertions, 19 deletions
diff --git a/.zshrc b/.zshrc
deleted file mode 100644
index 3d7c973..0000000
--- a/.zshrc
+++ /dev/null
@@ -1,19 +0,0 @@
1#!/bin/zsh
2
3alias -g '_X=$(xclip -o)'
4nix-search() {
5 list=$(cat ~/.nix-pkgs)
6 for arg in $@; do
7 list=$(echo $list | fgrep --colour=always -i $arg)
8 done
9 echo $list
10 ( mv =(nix-env -qaP) ~/.nix-pkgs; ) &>/dev/null &!
11}
12
13export EDITOR="$(which emacs) -nw"
14
15comm() {
16 urxvtc -e mosh -- gkleen@odin tmux attach-session -t comm
17}
18
19eval $(keychain -q --eval ~/.ssh/id_ecdsa ~/.ssh/id_rsa)