too lazy to come up with a helpful commit message :)

This commit is contained in:
2025-11-30 19:29:30 +01:00
parent 9f469589b4
commit 34a2f71c6d
8 changed files with 13 additions and 11 deletions

View File

@@ -11,5 +11,9 @@ command -v nvim >/dev/null 2>&1 && {
export VISUAL=nvim
}
command -v f >/dev/null 2>&1 || {
alias f="exec fish"
}
[ -f "$HOME/.profile" ] && . "$HOME/.profile"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"