mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
9 lines
288 B
Bash
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'
|