Few minor tweaks, etc.

This commit is contained in:
Aaron D. Lee
2025-12-14 16:02:31 -05:00
parent 5a82f9046b
commit c59f363f63
2 changed files with 8 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ reload-zshrc() {
zle -N reload-zshrc # Register as a widget
bindkey "^X@s^[^R" reload-zshrc # Bind to Ctrl+Super+Alt+R
# Function.
# Fastfetch Function.
grab-fastfetch() {
echo "fastfetch"
fastfetch
@@ -235,7 +235,6 @@ grab-fastfetch() {
zle -N grab-fastfetch # Register as a widget
bindkey "^X@s^[^F" grab-fastfetch # Bind to Ctrl+Super+Alt+F
# ============================================================================
# DEPLOYMENT NOTES
# ============================================================================