From f942dc9a6cfb134fffe9e61cd8977584c6d1e3e5 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 14 Mar 2015 10:10:26 +0100 Subject: [PATCH] include nix-profile in commonshrc --- commonshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commonshrc b/commonshrc index a444dd8..2b06996 100644 --- a/commonshrc +++ b/commonshrc @@ -60,6 +60,8 @@ export MPD_HOST=127.0.0.1 MPD_PORT=6600 test -x /usr/bin/vim && alias vi=vim +test -f $HOME/.nix-profile/etc/profile.d/nix.sh && . $HOME/.nix-profile/etc/profile.d/nix.sh + # passc passc() { pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c)