diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 09:16:22 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 09:16:22 +0300 |
commit | cf299426677e0bce834071b027db7f7fa08ff8af (patch) | |
tree | f961a3d9546f9fc4cf615ae4e1f8566e09171def /.local/bin | |
parent | c645e8650d8affd41c7ada672f33046bff8cbf8b (diff) |
vlt: Sort entries alphabetically in osel GUI mode
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/vlt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/vlt b/.local/bin/vlt index af68545..32aea4d 100755 --- a/.local/bin/vlt +++ b/.local/bin/vlt @@ -294,6 +294,7 @@ edit_c() : ${VAULT_2FA:="2fa"} : ${VAULT_HOME:=${XDG_DATA_HOME:-$HOME/.local/share}/vault} readonly VAULT="${VAULT_HOME}/vault.sec" +export OSEL_GUI_FLAGS='-Oalphabetical' [ $# -eq 0 ] && usage |