mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-15 04:25:50 -06:00
Fix spelling and indent errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user