mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
5 lines
167 B
Fish
Executable File
5 lines
167 B
Fish
Executable File
#!/usr/bin/env fish
|
|
|
|
. ~/.cache/wal/colors.fish
|
|
PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR passmenu -p Password: -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"
|