Skip to content

Commit

Permalink
Symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf authored Jul 1, 2024
1 parent e6c2515 commit e87945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh_para/ssh_para.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SYMBOL_END = os.environ.get("SSHP_SYM_BEG") or "\ue0b4" # 
SYMBOL_BEGIN = os.environ.get("SSHP_SYM_END") or "\ue0b6" # 
SYMBOL_PROG = os.environ.get("SSHP_SYM_PROG") or "\u25a0" # ■
SYMBOL_RES = os.environ.get("SSHP_SYM_RES") or "\u25b6" # ▶
SYMBOL_RES = os.environ.get("SSHP_SYM_RES") or "\u25ba" # b6
DNS_DOMAINS = os.environ.get("SSHP_DOMAINS") or ""
SSH_OPTS = os.environ.get("SSHP_OPTS") or ""

Expand Down

0 comments on commit e87945a

Please sign in to comment.