Adds better pbcopy and pbpaste aliases. Reorganizes .gitconfig.

This commit is contained in:
2025-11-14 15:22:48 -08:00
parent 104be6aa28
commit cbfe498009
3 changed files with 45 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
## If not running interactively, don't do anything
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
@@ -77,8 +77,9 @@ esac
## Source all scripts in ~/.rc.d
for f in ~/.rc.d/*.sh; do
source "$f"
source "$f"
done
# TODO: do the same for ~/.rc.d/*.bash to only do bash scripts or make the scripts figure out what shell they are under.
## Autocompletion