Add some extra packages and vi mode for bash

This commit is contained in:
2024-11-05 03:36:15 +01:00
parent 89f054e8fd
commit 25deaab87d
3 changed files with 74 additions and 5 deletions

View File

@@ -9,4 +9,7 @@ PROMPT_COMMAND="history -a;$PROMPT_COMMAND"
# History Size
HISTFILESIZE=
HISTSIZE=
HISTSIZE=
# Enable vi mode
set -o vi