git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2022-06-24 12:47:49 +0200
committermail_redacted_for_web 2022-06-24 12:47:49 +0200
commit7019be18c120298ac176c1f9c09f65399cc10053 (patch)
tree24473f46c04b015139172d071ff35f4671e1bd51
parent68a50f6605d86d5530682cc75a4f695c6a3aa18e (diff)
downloaddotfiles-7019be18c120298ac176c1f9c09f65399cc10053.tar.bz2
+password-store alias for multiples stores
-rw-r--r--.bash/aliases.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash/aliases.bash b/.bash/aliases.bash
index 4e1172d..9e3a00e 100644
--- a/.bash/aliases.bash
+++ b/.bash/aliases.bash
@@ -26,6 +26,9 @@ alias isoburn='sudo cdrecord -v dev=/dev/sr0 -data'
# voice messages e.g. for whatsapp (on libpurple). use "voicemsg OUTPUT.ogg"
alias voicemsg='ffmpeg -f pulse -i default -ac 1 -ar 16000 -c:a libopus -y'
if command -v colordiff > /dev/null;then alias diff="colordiff";fi
+# aliases like this are relevant if you use multiple passwordstore stores, e.g.
+# your common store is a department-wide one but you still need to store personal credentials
+alias ppass='PASSWORD_STORE_DIR=~/.password-store pass'
# ----- CHOO CHOO ----- #
if command -v sl >/dev/null;then
alias sl='sl -e'
56b265cfde8ce74ccb1ed393da59376066833635'>update tmux-gpakoszH. P. 2022-06-291-0/+0 | * Source is now an absolute path :-)H. P. 2022-06-281-2/+2 | * BUGFIX: only create the tarball once for all hostsH. P. 2022-06-281-0/+1 | * Including *.local files as non-presence is no errorH. P. 2022-06-281-0/+4 | * Move tarball creation inside ansible playbook [2]H. P. 2022-06-281-26/+0 | * Added local tarball removal after successful remote executionsH. P. 2022-06-281-0/+11 | * Reincluded remote tarball removalH. P. 2022-06-281-1/+0 | * Move tarball creation inside ansible playbookH. P. 2022-06-281-0/+47 | * replaced cloudflare (wtf!!!) with quad9H. P. 2022-06-241-1/+1 | * +password-store alias for multiples storesH. P. 2022-06-241-0/+3 | * +new long format for git logv0.9.2H. P. 2022-05-021-0/+3 | * + coloured diff as defaultH. P. 2022-05-021-0/+1 | * typoH. P. 2022-04-271-1/+1 | * +voicemsg aliasH. P. 2022-04-261-0/+5 | * force yaml to noexpandtab eventuallyv0.9.1