Adds better pbcopy and pbpaste aliases. Reorganizes .gitconfig.
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user