include nix-profile in commonshrc

This commit is contained in:
Gabriel Ebner 2015-03-14 10:10:26 +01:00
parent 4392a9f88e
commit f942dc9a6c

@ -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)