Files
omarchy/default/bashrc
2025-09-16 15:13:09 +02:00

9 lines
288 B
Bash

# All the default Omarchy aliases and functions
# (don't mess with these directly, just overwrite them here!)
source ~/.local/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'