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)