Fix spelling and indent errors

This commit is contained in:
Matthew Roland
2025-06-01 21:22:55 -05:00
parent 5c636979c8
commit 3dc574a056

View File

@@ -130,7 +130,7 @@ alias codium='flatpak run com.vscodium.codium'
#
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ] && [ -z "$NVIM" ]; then
tmux a -t default || exec tmux new -s default && exit;
tmux a -t default || exec tmux new -s default && exit;
fi
###############################################################################
@@ -203,7 +203,7 @@ function extract()
}
forget () {
print "Forgetting last line with '$@'. Please reload shell after compeletion."
print "Forgetting last line with '$@'. Please reload shell after completion."
temp=$(mktemp)
@@ -219,7 +219,7 @@ forget () {
}
forgetall () {
print "Forgetting all lines with '$@'. Please reload shell after compeletion."
print "Forgetting all lines with '$@'. Please reload shell after completion."
temp=$(mktemp)
sed "/$@/d" ~/.zsh_history > $temp