diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:16 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:16 -0600 |
commit | e6f936b731fcb7fd0f29e46e2b460606c3d723e7 (patch) | |
tree | 2b266b845a0aabfb131d278710ee98b6f91db540 /zsh/zscripts | |
parent | 1973a92e5db6862586b91352d163fe9e827cc380 (diff) | |
download | dotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.tar.xz dotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.zip |
asdf
Diffstat (limited to 'zsh/zscripts')
-rwxr-xr-x | zsh/zscripts/hosts/aliasrc.fedora.zsh | 11 | ||||
-rwxr-xr-x | zsh/zscripts/hosts/colors.fedora.zsh (renamed from zsh/zscripts/hosts/colors.G3N2.zsh) | 0 | ||||
-rwxr-xr-x | zsh/zscripts/nicegit.zsh | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/zsh/zscripts/hosts/aliasrc.fedora.zsh b/zsh/zscripts/hosts/aliasrc.fedora.zsh new file mode 100755 index 0000000..963b64f --- /dev/null +++ b/zsh/zscripts/hosts/aliasrc.fedora.zsh @@ -0,0 +1,11 @@ +#!/bin/sh + +# Package Management +alias \ + d="sudo dnf" \ + dnf="sudo dnf" \ + di="sudo dnf install" \ + dr="sudo dnf remove" \ + ds="dnf search" \ + dup="sudo dnf upgrade" \ + diff --git a/zsh/zscripts/hosts/colors.G3N2.zsh b/zsh/zscripts/hosts/colors.fedora.zsh index dee7ed3..dee7ed3 100755 --- a/zsh/zscripts/hosts/colors.G3N2.zsh +++ b/zsh/zscripts/hosts/colors.fedora.zsh diff --git a/zsh/zscripts/nicegit.zsh b/zsh/zscripts/nicegit.zsh index faa7987..276d98e 100755 --- a/zsh/zscripts/nicegit.zsh +++ b/zsh/zscripts/nicegit.zsh @@ -5,6 +5,7 @@ alias \ gpl="git pull" \ gph="git push" \ gl="git log" \ + gldaily='git log --pretty="format:- %s" --after="00:00" --before="24:00"' \ function gc() { |