include nix-profile in commonshrc
This commit is contained in:
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 -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
|
||||||
passc() {
|
passc() {
|
||||||
pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c)
|
pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c)
|
||||||
|
Loading…
Reference in New Issue
Block a user