Updates local machine settings
This commit is contained in:
parent
337ba2e247
commit
63b2827093
4 changed files with 26 additions and 3 deletions
|
|
@ -1,10 +1,13 @@
|
|||
export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:/usr/local/go/bin:$PATH
|
||||
export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:/usr/local/go/bin:/usr/local/sbin:$PATH
|
||||
|
||||
# make vim the default editor for commit messages etc
|
||||
export EDITOR=$(which vim)
|
||||
|
||||
echo "Welcome back, $USER"
|
||||
|
||||
# display the space available on each mounted Volume
|
||||
df -hl
|
||||
|
||||
# use vi bindings for terminal input
|
||||
set -o vi
|
||||
|
||||
|
|
@ -14,7 +17,6 @@ source $HOME/pc_settings/aliases.sh
|
|||
# functions
|
||||
source $HOME/pc_settings/functions/index.sh
|
||||
|
||||
|
||||
# setup keybindings for history functions
|
||||
source $HOME/pc_settings/scripts/setup_keybindings.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue