#!/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)