Fixed location of Bash completions script on FreeBSD

Former-commit-id: b748400bfe2e1f0f2a3635236a7273f434ae193b
Former-commit-id: b5b31147f3de254e53da92191597fd4c9d5cb53b
This commit is contained in:
2023-03-04 18:16:39 -05:00
parent cc5d54914c
commit c7dfb6a419
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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