mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-01 14:47:17 -04:00
Fixed location of Bash completions script on FreeBSD
Former-commit-id: b748400bfe2e1f0f2a3635236a7273f434ae193b Former-commit-id: b5b31147f3de254e53da92191597fd4c9d5cb53b
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ def entry_list_gen(_directory=f"{home}/.local/share/sshyp/"): # generates and p
|
||||
elif _ran:
|
||||
print('\u001b[38;5;9m-empty directory-\u001b[0m\n')
|
||||
_ran = True
|
||||
|
||||
|
||||
|
||||
def entry_reader(_decrypted_entry): # displays the contents of an entry in a readable format
|
||||
_entry_lines, _notes_flag = open(_decrypted_entry, 'r').readlines(), 0
|
||||
|
||||
Reference in New Issue
Block a user