more tweaks

This commit is contained in:
2026-03-07 21:51:19 +00:00
parent 40ff012dbe
commit 0adc324277
5 changed files with 37 additions and 17 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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 ~/.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'
. "$HOME/.cargo/env"
. "$HOME/.local/share/../bin/env"
alias zed='zeditor'
alias la='ls -la'
fastfetch