nix-config/home-manager/dotfiles/bash/.bashrc
2025-07-23 13:27:48 +02:00

11 lines
227 B
Bash

# kittysay ">:3"
eval "$(zoxide init bash)"
eval "$(direnv hook bash)"
# nnn configuration
NNN_PLUG='L:nmount'
BLUE="\x01[$(tput setaf 12)\x02]"
RESET="\x01[$(tput setaf 15)\x02]"
# PS1='\n${BLUE}󱄅 ${RESET}:\h \n\u@\h$ '