File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ COLOR_LIGHT_CYAN=$(tput sgr0 && tput bold && tput setaf 6)
1616COLOR_RESET=$( tput sgr0)
1717BOLD=$( tput bold)
1818
19- # shellcheck disable=SC1091
20- ITERM_SHELL_INTEGRATION=" ${HOME} .iterm2_shell_integration.bash"
21- if [ -f " $ITERM_SHELL_INTEGRATION " ]; then
22- source " $ITERM_SHELL_INTEGRATION "
23- fi
24-
2519# ###############################################################################
2620# #### Path utilities (used by all scripts) #####################################
2721# ###############################################################################
@@ -44,6 +38,12 @@ pathrm() {
4438# #### Generic Settings #########################################################
4539# ###############################################################################
4640
41+ # shellcheck disable=SC1091
42+ ITERM_SHELL_INTEGRATION=" ${HOME} .iterm2_shell_integration.bash"
43+ if [ -f " $ITERM_SHELL_INTEGRATION " ]; then
44+ source " $ITERM_SHELL_INTEGRATION "
45+ fi
46+
4747# vim bindings in terminal. Comment left in to help you find .inputrc
4848# set -o vi
4949
@@ -911,3 +911,4 @@ function error_test() {
911911}
912912
913913PS1=" \n\[$COLOR_YELLOW \]\u\[\$ (error_test)\]@\[$COLOR_GREEN \]\w\$ (${dvcs_function} )\[$COLOR_RESET \] \$ "
914+
Original file line number Diff line number Diff line change 44function gpgrep() {
55 find . -type f -name ' *.gpg' -exec sh -c " gpg -q -d --no-tty \" {}\" | grep -InH --color=auto --label=\" {}\" $* " \;
66}
7- /
7+
88# legacy line? testing removing for new laptop setup and not linux
99# export IPSEC_SECRETS_FILE=/etc/ipsec.secrets
1010export KEY_SUFFIX=grandrounds.com
You can’t perform that action at this time.
0 commit comments