2025-07-27 10:45:21 -04:00
|
|
|
# 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'
|
|
|
|
#
|
|
|
|
# Use VSCode instead of neovim as your default editor
|
|
|
|
# export EDITOR="code"
|
|
|
|
#
|
2025-07-27 14:10:04 -04:00
|
|
|
# Set a custom prompt with the directory revealed (alternatively use https://starship.rs)
|
2025-07-27 10:45:21 -04:00
|
|
|
# PS1="\W \[\e]0;\w\a\]$PS1"
|