aboutsummaryrefslogtreecommitdiff
path: root/env/.bashrc
blob: bff5a70926a53394e61fe057005f0e14cf409ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='\[\e[37;1m\][\[\e[35;1m\]\u\[\e[33m\]@\[\e[35;1m\]\h \[\e[36;1m\]\W\[\e[37;1m\]]\[\e[0;1m\]∮ '

set -o vi
~/.local/bin/system/neoboot.sh
source ~/.config/.profile

eval "$(fzf --bash)"
# eval "$(atuin init bash)"