diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-23 14:12:17 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-23 14:12:17 +0200 |
commit | 8986d060f2f308ba768758ef9c3077f00f3d6b2a (patch) | |
tree | 1dcbbd479f498693de0180ecae85bf532d74a8d1 /config/home | |
parent | d466dcc80e77463fa035fc85ced0c253e38cbac2 (diff) |
checkpoint
Diffstat (limited to 'config/home')
-rw-r--r-- | config/home/.bashrc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc index 312500d..149270c 100644 --- a/config/home/.bashrc +++ b/config/home/.bashrc @@ -1,12 +1,13 @@ SHELL=/bin/bash PATH=$HOME/bin:$PATH -color1="\[\033[35m\]" -color2="\[\033[36m\]" -color3="\[\033[40m\]" -color4="\[\033[38m\]" -bold="\[\033[1m\]" -reset="\[\033[0m\]" -PS1="${color1}${bold} ${color3}\\u${reset}${color3}${color4}@${color2}${bold}\\h${reset}${color3} \\w${reset} " +# color1="\[\033[35m\]" +# color2="\[\033[36m\]" +# color3="\[\033[40m\]" +# color4="\[\033[38m\]" +# bold="\[\033[1m\]" +# reset="\[\033[0m\]" +# PS1="${color1}${bold} ${color3}\\u${reset}${color3}${color4}@${color2}${bold}\\h${reset}${color3} \\w${reset} " +PS1='$ ' HISTFILE= . $HOME/.config/shell/aliases.sh . $HOME/.config/shell/functions.sh |