diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 15:01:33 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 15:01:45 +0100 | 
| commit | c0f0bc7ee9a2e48961dffa2c8d65adf85fd05172 (patch) | |
| tree | f0a96778768e128831b88c59989ed001584816c9 /config | |
| parent | 7e681c9311c858b9c2e0cc87005a4aa2596cf788 (diff) | |
removed confirmation
Diffstat (limited to 'config')
| -rw-r--r-- | config/essentials/zsh/functions.zsh | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh index f498f9e..4145813 100644 --- a/config/essentials/zsh/functions.zsh +++ b/config/essentials/zsh/functions.zsh @@ -273,13 +273,10 @@ muttmail()  	local config  	local mail  	config="$HOME/.config/mutt" -  	mail="$(find "$config"/configs -type f -printf '%f\n' | fzf)"  	[ "$mail" ] || return 1 -	logn "$mail"  	ln -sf "$config/configs/$mail" "$config"/muttrc -	log 'Press [Enter] to login.' -	head -n 1 && mutt +	mutt  }  resize()  | 
