Skip to content

Commit bc1e37c

Browse files
committed
moving things around
1 parent 1de07d8 commit bc1e37c

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.bashrc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ COLOR_LIGHT_CYAN=$(tput sgr0 && tput bold && tput setaf 6)
1616
COLOR_RESET=$(tput sgr0)
1717
BOLD=$(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

913913
PS1="\n\[$COLOR_YELLOW\]\u\[\$(error_test)\]@\[$COLOR_GREEN\]\w\$(${dvcs_function})\[$COLOR_RESET\] \$ "
914+

.grrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
function 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
1010
export KEY_SUFFIX=grandrounds.com

0 commit comments

Comments
 (0)