Updated aliases for tmux, got rid of some more defaults.
This commit is contained in:
@@ -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 don’t 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
|
||||
|
Reference in New Issue
Block a user