diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-10 17:40:48 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-10 17:40:48 +0200 |
commit | 72db940a51ff4be15a43c42d1ec8ee13888c4230 (patch) | |
tree | 8f5a7e55de9efb3862ad3220d17b4e738077620b /config/home/.bashrc | |
parent | 6616f6b0b973a2cf1a26ebd1c0f7d28620fb3116 (diff) |
checkpoint
Diffstat (limited to 'config/home/.bashrc')
-rw-r--r-- | config/home/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc index 149270c..c8c3a52 100644 --- a/config/home/.bashrc +++ b/config/home/.bashrc @@ -7,7 +7,7 @@ PATH=$HOME/bin:$PATH # bold="\[\033[1m\]" # reset="\[\033[0m\]" # PS1="${color1}${bold} ${color3}\\u${reset}${color3}${color4}@${color2}${bold}\\h${reset}${color3} \\w${reset} " -PS1='$ ' +PS1=' \w $ ' HISTFILE= . $HOME/.config/shell/aliases.sh . $HOME/.config/shell/functions.sh |