summaryrefslogtreecommitdiff
path: root/config/home
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-02 15:19:25 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-02 15:19:25 +0200
commit9b791ac8786eed2d242d0909dd2379f008952042 (patch)
tree403c08eb322e18d045606822911a7eb6036f0070 /config/home
parente614a330978ce7e7f6d130cc7d199150e16a409d (diff)
parent63c64f071ecd45cf66ab49d199a634cd8db27056 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/home')
-rw-r--r--config/home/.bashrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc
new file mode 100644
index 0000000..33dbba4
--- /dev/null
+++ b/config/home/.bashrc
@@ -0,0 +1,9 @@
+SHELL=/bin/bash
+PATH=$HOME/bin:$PATH
+color1="\[\033[35m\]"
+color2="\[\033[36m\]"
+bold="\[\033[1m\]"
+reset="\[\033[0m\]"
+PS1="${color1}${bold} [\\u${reset}@${color2}${bold}\\h]${reset} \\w "
+HISTFILE=
+. $HOME/.config/zsh/aliases.sh