refactor: aliases
This commit is contained in:
@@ -33,8 +33,8 @@ alias blu="bluetuith"
|
|||||||
alias lyns="lynx https://duckduckgo.com"
|
alias lyns="lynx https://duckduckgo.com"
|
||||||
alias chat="input=\$(whiptail --inputbox 'What do you want from ChatGPT today?' 20 50 '' 3>&1 1>&2 2>&3) && echo \$input | /home/greg/.go/bin/tgpt | less"
|
alias chat="input=\$(whiptail --inputbox 'What do you want from ChatGPT today?' 20 50 '' 3>&1 1>&2 2>&3) && echo \$input | /home/greg/.go/bin/tgpt | less"
|
||||||
alias prevsus=".config/bspwm/prevent_suspend.sh"
|
alias prevsus=".config/bspwm/prevent_suspend.sh"
|
||||||
alias wgu="wg-quick up gus_wg"
|
alias wgu="sudo wg-quick up gus_wg"
|
||||||
alias wgd="wg-quick down gus_wg"
|
alias wgd="sudo wg-quick down gus_wg"
|
||||||
alias ii="curl ifconfig.me"
|
alias ii="curl ifconfig.me"
|
||||||
alias tresh="gio trash"
|
alias tresh="gio trash"
|
||||||
alias cumseq="exec ~/.config/bspwm/sxseq.sh"
|
alias cumseq="exec ~/.config/bspwm/sxseq.sh"
|
||||||
@@ -57,6 +57,8 @@ alias neofetch="fastfetch -c /usr/share/fastfetch/presets/neofetch.jsonc"
|
|||||||
alias pp1="powerprofilesctl set power-saver"
|
alias pp1="powerprofilesctl set power-saver"
|
||||||
alias pp2="powerprofilesctl set balanced"
|
alias pp2="powerprofilesctl set balanced"
|
||||||
alias pp3="powerprofilesctl set performance"
|
alias pp3="powerprofilesctl set performance"
|
||||||
alias vi="nvim"
|
# alias vi="nvim"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias pentagon="~/Dev/Appimages/edexui.AppImage"
|
alias pentagon="~/Dev/Appimages/edexui.AppImage"
|
||||||
|
alias hyprshit="cat $XDG_RUNTIME_DIR/hypr/$(ls -t $XDG_RUNTIME_DIR/hypr/ | head -n 1)/hyprland.log"
|
||||||
|
alias hyprshittin="cat $XDG_RUNTIME_DIR/hypr/$(ls -t $XDG_RUNTIME_DIR/hypr/ | head -n 2 | tail -n 1)/hyprland.log"
|
||||||
|
|||||||
Reference in New Issue
Block a user