.gitignore

This commit is contained in:
painpain@minty
2026-02-15 13:42:45 +01:00
parent 17960e216b
commit 870b6ae0be
10 changed files with 389 additions and 6 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ RESET_COLOR="$NO_COLOR"
export GIT_EDITOR=vim
BRANCH="$(git rev-parse --abbrev-ref HEAD)"
PS1="\n${DATE_COLOR}\D{%y%m%d}${RESET_COLOR}-${TIME_COLOR}\t${RESET_COLOR}-${USER_COLOR}\u${RESET_COLOR}@${HOST_COLOR}\H${RESET_COLOR}-${DIR_COLOR}\w${RESET_COLOR}\n=> "
PS1="\n\n${DATE_COLOR}\D{%y%m%d}${RESET_COLOR}-${TIME_COLOR}\t${RESET_COLOR}-${USER_COLOR}\u${RESET_COLOR}@${HOST_COLOR}\H${RESET_COLOR}-${DIR_COLOR}\w${RESET_COLOR}\n=> "
export HISTCONTROL=ignorespace