Files
omarchy/default/bashrc
Ryan Hughes 81687e4f34 Dir updates
2025-11-11 23:19:07 -05:00

12 lines
398 B
Bash

# If not running interactively, don't do anything (leave this at the top of this file)
[[ $- != *i* ]] && return
# All the default Omarchy aliases and functions
# (don't mess with these directly, just overwrite them here!)
source /usr/share/omarchy/default/bash/rc
# Add your own exports, aliases, and functions here.
#
# Make an alias for invoking commands you use constantly
# alias p='python'