diff --git a/bash/.bash_aliases b/bash/.bash_aliases index 2adfa07a..a0a21fe9 100644 --- a/bash/.bash_aliases +++ b/bash/.bash_aliases @@ -88,7 +88,6 @@ alias r='reload' alias repairperms='sudo /usr/libexec/repair_packages --repair --standard-pkgs --volume /' alias xcode='open -a xcode' - # --------------------------------------------------------------------------- # 3. Quicker navigation # --------------------------------------------------------------------------- @@ -164,6 +163,7 @@ alias ione-ios-iPad-Retina="ionic emulate ios --target='iPad-Retina'" # 8. Git SCM Cheats # --------------------------------------------------------------------------- +alias clear="printf '\33c\e[3J'" alias c='clear' alias flush="sudo dscacheutil -flushcache" alias g=git diff --git a/bash/.bashrc b/bash/.bashrc index 09dc3cfc..3b122991 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -30,4 +30,18 @@ if [[ -f ~/.bash_load_completion ]]; then # File may not exist, so don't follow for shellcheck linting (SC1090). # shellcheck source=/dev/null source "$HOME/.bash_load_completion" -fi \ No newline at end of file +fi + +# Source the .bash_functions file. +if [[ -f ~/.bash_functions ]]; then + # File may not exist, so don't follow for shellcheck linting (SC1090). + # shellcheck source=/dev/null + source "$HOME/.bash_functions" +fi + +# Source the .bash_exit file. +if [[ -f ~/.bash_exit ]]; then + # File may not exist, so don't follow for shellcheck linting (SC1090). + # shellcheck source=/dev/null + source "$HOME/.bash_exit" +fi diff --git a/package.json b/package.json index ee2e6d52..0a9b94e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reedia-dotfiles", - "version": "0.2.113", + "version": "0.2.115", "description": "Dotfiles - A set of Mac OS X configuration files - Simply designed to fit your shell life.", "keywords": [ "dotfiles",