Files
dotfiles/env/.bashrc
iceyrazor 83318afdb6 Squashed commit of the following:
- dusnt theme
    - readme fix?
    - removed librewolf from laptop backup. takes too long
    - wezterm var for wezterm
    - use p10kbar only if wezterm var
    - removed zsh entry in wezterm and tmux
    - moved to librewolf
    - backup changes
2025-07-30 03:03:50 -05:00

15 lines
311 B
Bash

#
# ~/.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)"