Update 2024-12-31 10:47 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-31 10:47:38 +01:00
parent 9ffce7022e
commit 9f55042b33
23 changed files with 369 additions and 499 deletions

View File

@@ -33,3 +33,5 @@ color body green default "^\\+"
color body green default "^\\+.*"
color body green default "> \\+.*"
color index red default '~F' # flagged
color index green default '@~f .' # aliased

View File

@@ -319,4 +319,9 @@ set crypt_opportunistic_encrypt_strong_keys = yes # autoselect key with trust fu
set autocrypt = no
set pgp_use_gpg_agent = yes
set alias_file=~/.mutt/aliases
set sort_alias = alias
set reverse_alias = yes
source ~/.mutt/aliases
source ~/.mutt/colors/codevoid

View File

@@ -22,6 +22,8 @@ read _reply < /dev/tty
if [ -z "$_reply" ]
then
_path="$PWD"
else
_path="$_reply"
fi
# shortcuts!!!
@@ -36,7 +38,7 @@ esac
if [ ! -d "$_path" ]
then
_path="$(port-jump $_path)"
_path="$(port-jump "$_path")"
fi
print "Using: $_path"