|
|
@ -1,6 +1,11 @@ |
|
|
|
# Use the iterm2 material theme in the root directory of the essentials repository. For linux, |
|
|
|
# Use the iterm2 material theme in the root directory of the essentials repository. For linux, |
|
|
|
# you will need to source a material theme color scheme for your terminal. |
|
|
|
# you will need to source a material theme color scheme for your terminal. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
symlink_dir=$( cd "$( dirname "`readlink -f ${BASH_SOURCE[0]}`" )" && pwd ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Useful global functions |
|
|
|
|
|
|
|
alias cgen=$symlink_dir/scripts/cgen.sh |
|
|
|
|
|
|
|
|
|
|
|
if [ -f ~/.inputrc ]; then |
|
|
|
if [ -f ~/.inputrc ]; then |
|
|
|
bind -f ~/.inputrc |
|
|
|
bind -f ~/.inputrc |
|
|
|
else |
|
|
|
else |
|
|
|