mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 14:53:56 +01:00
11 lines
249 B
Bash
11 lines
249 B
Bash
kittysay "meow, what r we doin 2day :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$ ' |