source: dotfiles/guix/.dotfiles/.bashrc@ 5211578

Last change on this file since 5211578 was 5211578, checked in by Mikhail Kirillov <w96k@…>, on Sep 25, 2024 at 11:43:27 PM

Update dotfiles

  • Property mode set to 100644
File size: 321 bytes
Line 
1export GUIX_PACKAGE_PATH=$HOME/.guix-packages
2export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
3
4draw_line()
5{
6 local COLUMNS="$COLUMNS"
7 while ((COLUMNS-- > 0)); do
8 printf '\u2500'
9 done
10}
11
12export PS1="\e[37m$(draw_line)\e[32m\u\e[0m@\e[36m\h \e[1m\e[30m\w\${GUIX_ENVIRONMENT:+ [env]} \n\033[31m>>>\033[0m "
13
Note: See TracBrowser for help on using the repository browser.