mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Reveal a fully .bashrc that provides examples of what to overwrite
This commit is contained in:
14
default/bashrc
Normal file
14
default/bashrc
Normal file
@ -0,0 +1,14 @@
|
||||
# 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"
|
||||
#
|
||||
# Set a custom prompt with the directory revealed:
|
||||
# PS1="\W \[\e]0;\w\a\]$PS1"
|
Reference in New Issue
Block a user