Add .bashrc.d/defaults

This commit is contained in:
Techognito 2025-08-12 16:46:29 +02:00
parent 8fc55a6f4b
commit 12df20df36

2
.bashrc.d/defaults Normal file
View file

@ -0,0 +1,2 @@
export EDITOR=vim
PS1='\e[0;35m$(date --rfc-3339=s)\e[m - $(pwd)\n==\$ '