diff --git a/zsh/.zshrc b/zsh/.zshrc index 00e1437..2ba8ec0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -140,6 +140,13 @@ alias myip='curl ifconfig.me' alias ports='netstat -tulanp' # --- Functions --- +# +# Juuuust puuush it. +push-it() { + git add . + git commit -m "$1" + git push origin +} # Create directory and cd into it mkcd() { diff --git a/zsh/themes/adlee.zsh-theme b/zsh/themes/adlee.zsh-theme index 6d7e0fd..68e109f 100644 --- a/zsh/themes/adlee.zsh-theme +++ b/zsh/themes/adlee.zsh-theme @@ -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 # ============================================================================