diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-08 09:42:02 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-08 09:42:02 +0900 |
| commit | f02c2291ea1619ebe131222a0330b747a7c35951 (patch) | |
| tree | 20fa2aa908930ae4fc2b0c77d4266da7bfc4a0cc /ar/.config | |
| parent | 44891f13a3fd394107d870221ca800623ad51dd0 (diff) | |
modified shell/profile, modified bin/fzfpass
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/shell/profile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 1bbaa5c..f516aab 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -160,10 +160,12 @@ export NVM_DIR="$XDG_CONFIG_HOME/nvm" ### --- PASSWORD STORE --- ### export PASSWORD_STORE_DIR="$XDG_DATA_HOME/.password-store" -export PASSWORD_STORE_CLIP_TIME=180 # Specifies the number of seconds to wait before restoring the clipboard, by default 45 seconds. -# export PASSWORD_STORE_CHARACTER_SET="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*=[]{}|:,.?/" -export PASSWORD_STORE_ENABLE_EXTENSIONS="true" # This environment variable must be set to "true" for extensions to be enabled. -# export PASSWORD_STORE_EXTENSIONS_DIR="$PASSWORD_STORE_DIR/.extensions" # The location to look for executable extension files, by default PASSWORD_STORE_DIR/.extensions. +export PASSWORD_STORE_CLIP_TIME=180 # Specifies the number of seconds to wait before restoring the clipboard, by default 45 seconds. +# export PASSWORD_STORE_GENERATED_LENGTH=18 # by default 25. +# export PASSWORD_STORE_CHARACTER_SET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()-_=+[]{};:,.<>?' +# export PASSWORD_STORE_CHARACTER_SET_NO_SYMBOLS='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()-_=+[]{};:,.<>?' +export PASSWORD_STORE_ENABLE_EXTENSIONS="true" +# export PASSWORD_STORE_EXTENSIONS_DIR="$PASSWORD_STORE_DIR/.extensions" # export BASH_COMPLETION_USER_DIR=$XDG_DATA_HOME/bash-completion/completions ### --- POWERLEVEL10K --- ### |
