Browse Source

password-store: config, p alias

Fabian Peter Hammerle 5 years ago
parent
commit
c3f99b1a19
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rc.xsh

+ 3 - 0
rc.xsh

@@ -88,6 +88,8 @@ if shutil.which('gpgconf'):
 $TERMCMD = os.path.join(os.path.dirname(__file__), 'ranger-termite-termcmd')
 # https://docs.docker.com/engine/security/trust/content_trust/
 $DOCKER_CONTENT_TRUST = 1
+$PASSWORD_STORE_UMASK = '027'
+$PASSWORD_STORE_CHARACTER_SET = '1-9a-km-zA-HJKLMNPR-Z*+!&#@%.\-_'
 
 class DockerImage:
 
@@ -299,6 +301,7 @@ aliases['j'] = ['journalctl', '--output=short-iso']
 aliases['less'] = ['less', '--jump-target=.2']
 aliases['ll'] = ['ls', '-l', '--all', '--indicator-style=slash',
                  '--human-readable', '--time-style=long-iso', '--color=auto']
+aliases['p'] = ['pass']
 
 if shutil.which('startx') and $(tty).rstrip() == '/dev/tty1':
     startx