From a255d55a4aeff2f6bf56b98c8d69e939556d2172 Mon Sep 17 00:00:00 2001 From: Ryan Chan Date: Sat, 15 Oct 2022 20:43:58 +0100 Subject: [PATCH] Update Bash config files --- bash/.bash_profile | 2 ++ bash/.bashrc | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index ff51adf..5dbd3cf 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -11,3 +11,5 @@ PATH="$PATH"":""$GOPATH""/bin" # Go executables PATH="$PATH"":""$HOME""/.local/bin" # Python scripts PATH="$PATH"":""$HOME""/.node_modules/bin" # Node scripts PATH="$PATH"":""$HOME""/dev/workspace/bin" # Personal executables + +export LEDGER_FILE="$HOME""/Documents/ledger/business.journal" diff --git a/bash/.bashrc b/bash/.bashrc index b6a9a1c..5c6ad48 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -23,7 +23,3 @@ unset SSH_AGENT_PID if [[ -z "$SSH_AUTH_SOCK" ]]; then export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" fi - -# Point GPG to the current interactive shell. -GPG_TTY="$(tty)" -export GPG_TTY -- 2.38.5