# If not running interactively, don't do anything (leave this at the top of this file) [[ $- != *i* ]] && return # NoSignal: default CLI editor (Omarchy normally exports this from uwsm/env). export EDITOR="${EDITOR:-nvim}" # All the default Omarchy aliases and functions # (don't mess with these directly, just overwrite them here!) source ~/.local/share/omarchy/default/bash/rc # NoSignal: apply the active Caelestia colour scheme to this terminal. [[ $- == *i* ]] && cat ~/.local/state/caelestia/sequences.txt 2>/dev/null # Add your own exports, aliases, and functions here. # # Make an alias for invoking commands you use constantly # alias p='python'