Skip to content

Commit

Permalink
home.tmux: fix tprofile script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Jul 22, 2024
1 parent d86847b commit 03d3268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/programs/tmux/tprofile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ _process_profile() {
[[ ! -r "${ROOT}" ]] && echo "directory is not readable" && exit 1

CMD_PRIMARY="${CMD_PRIMARY:-}"
CMD_SECONDARY=""
SIDE_CMDS=("${SIDE_CMDS[@]}")

if [[ -n "${ONLY_FETCH}" ]]; then
Expand All @@ -45,7 +46,6 @@ _process_profile() {

if [[ "${PRESET}" = "git-single" ]]; then
CMD_PRIMARY="git fm"
CMD_SECONDARY=""
SIDE_CMDS=()
fi

Expand Down

0 comments on commit 03d3268

Please sign in to comment.