Updated aliases for tmux, got rid of some more defaults.

This commit is contained in:
2013-03-17 01:40:47 -07:00
parent e22c98c26a
commit 876e8bb996
3 changed files with 12 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ export PATH="$HOME/bin:$PATH"
# Load the shell dotfiles, and then some:
# * ~/.path can be used to extend `$PATH`.
# * ~/.extra can be used for other settings you dont want to commit.
for file in ~/.{path,bash_prompt,exports,aliases,functions,extra}; do
for file in ~/.{path,bash_prompt,exports,shared_exports,aliases,functions,extra}; do
[ -r "$file" ] && source "$file"
done
unset file
@@ -36,4 +36,4 @@ complete -W "NSGlobalDomain" defaults
complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall
# If possible, add tab completion for many more commands
[ -f /etc/bash_completion ] && source /etc/bash_completion
[ -f /etc/bash_completion ] && source /etc/bash_completion