5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PASSWORD_STORE_DIR="$HOME/know/id"
|
|
export PASSWORD_STORE_GENERATED_LENGTH=16
|