Few minor tweaks, etc.
This commit is contained in:
@@ -140,6 +140,13 @@ alias myip='curl ifconfig.me'
|
|||||||
alias ports='netstat -tulanp'
|
alias ports='netstat -tulanp'
|
||||||
|
|
||||||
# --- Functions ---
|
# --- Functions ---
|
||||||
|
#
|
||||||
|
# Juuuust puuush it.
|
||||||
|
push-it() {
|
||||||
|
git add .
|
||||||
|
git commit -m "$1"
|
||||||
|
git push origin
|
||||||
|
}
|
||||||
|
|
||||||
# Create directory and cd into it
|
# Create directory and cd into it
|
||||||
mkcd() {
|
mkcd() {
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ reload-zshrc() {
|
|||||||
zle -N reload-zshrc # Register as a widget
|
zle -N reload-zshrc # Register as a widget
|
||||||
bindkey "^X@s^[^R" reload-zshrc # Bind to Ctrl+Super+Alt+R
|
bindkey "^X@s^[^R" reload-zshrc # Bind to Ctrl+Super+Alt+R
|
||||||
|
|
||||||
# Function.
|
# Fastfetch Function.
|
||||||
grab-fastfetch() {
|
grab-fastfetch() {
|
||||||
echo "fastfetch"
|
echo "fastfetch"
|
||||||
fastfetch
|
fastfetch
|
||||||
@@ -235,7 +235,6 @@ grab-fastfetch() {
|
|||||||
zle -N grab-fastfetch # Register as a widget
|
zle -N grab-fastfetch # Register as a widget
|
||||||
bindkey "^X@s^[^F" grab-fastfetch # Bind to Ctrl+Super+Alt+F
|
bindkey "^X@s^[^F" grab-fastfetch # Bind to Ctrl+Super+Alt+F
|
||||||
|
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# DEPLOYMENT NOTES
|
# DEPLOYMENT NOTES
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user