From b96af06a3d3d007a244af14c0bcdba5903c3cbbc Mon Sep 17 00:00:00 2001 From: night0721 Date: Fri, 16 Feb 2024 22:32:14 +0000 Subject: [PATCH] notes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4489b4..ccb06c1 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,14 @@ $ ./rush - j - bg +## Notes +- History is either saved in HOME or XDG_CONFIG_HOME if it is defined + ## Todo Features - Tab completion - Git integration - Allow arguments with space in double quotes -- Underline file path if it exists +- Underline file path if it exists `echo -e "\033[4mabc\033[0m"` - Aliases ## Credits