diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 21:41:03 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 21:41:03 +0200 |
commit | 211b05fc7a43d871134ba7c726e3b80872a94092 (patch) | |
tree | 4c1ee19488b3058f501ffff4455a179c7f1ff4a7 /.zshrc | |
parent | d4826b04765ae76c35c215c1ab0a033715820481 (diff) | |
download | dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar.gz dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar.bz2 dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.tar.xz dotfiles-211b05fc7a43d871134ba7c726e3b80872a94092.zip |
Removed .zshrc due to uselessness
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,19 +0,0 @@ | |||
1 | #!/bin/zsh | ||
2 | |||
3 | alias -g '_X=$(xclip -o)' | ||
4 | nix-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 | |||
13 | export EDITOR="$(which emacs) -nw" | ||
14 | |||
15 | comm() { | ||
16 | urxvtc -e mosh -- gkleen@odin tmux attach-session -t comm | ||
17 | } | ||
18 | |||
19 | eval $(keychain -q --eval ~/.ssh/id_ecdsa ~/.ssh/id_rsa) | ||