Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 8c916dc

Browse files
committed
Readability improvements
1 parent 240e846 commit 8c916dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.bash_aliases

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ before_command ()
7373
fi
7474

7575
start_time=$(date +%s)
76-
[[ -z $running_on_WSL ]] && window=$WINDOWID
7776
CLI_ready=""
77+
if [[ -z $running_on_WSL ]]
78+
then
79+
window=$WINDOWID
80+
fi
7881
}
7982

8083
# Post-command for command timing. It will be called just before the prompt is

0 commit comments

Comments
 (0)