nix-config/home-manager/dotfiles/bash/.bashrc

11 lines
249 B
Bash
Raw Normal View History

2025-01-31 01:30:54 +01:00
kittysay "meow, what r we doin 2day :3"
2024-11-01 18:03:42 +01:00
eval "$(zoxide init bash)"
2024-11-03 08:14:35 +01:00
eval "$(direnv hook bash)"
2025-01-23 22:08:28 +01:00
# nnn configuration
NNN_PLUG='L:nmount'
2025-01-31 01:30:54 +01:00
BLUE="\x01[$(tput setaf 12)\x02]"
RESET="\x01[$(tput setaf 15)\x02]"
# PS1='\n${BLUE}󱄅 ${RESET}:\h \n\u@\h$ '