From 06255c71ff96cedd8718b9453f1b8c6370b83ea9 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 24 Jun 2024 20:00:11 +0200 Subject: bash: Fix some shellcheck-detected issues --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 3e1966c..675ac57 100644 --- a/.bashrc +++ b/.bashrc @@ -6,7 +6,7 @@ # variables -GOPATH=$HOME/go +export GOPATH=$HOME/go export EDITOR=nvim PROGRAMS=' aerc @@ -38,7 +38,7 @@ do then continue fi - if ! command -v "$program" 2>&1 > /dev/null + if ! command -v "$program" > /dev/null 2>&1 then echo "Program is missing: '$program'" fi -- cgit v1.2.3-70-g09d2