added some basic qol and path modifications
This commit is contained in:
3
alias
3
alias
@@ -35,6 +35,7 @@ alias ipc="ipcheck"
|
||||
alias pr="ping riverrooks.dev"
|
||||
alias pg="ping gmail.com"
|
||||
alias snake="python3"
|
||||
alias path="echo $PATH"
|
||||
alias -g @d="~/Downloads/Browser/$(eza -s new ~/Downloads/Browser | tail -n 1)"
|
||||
alias -g L="| less"
|
||||
alias -g T="| tail"
|
||||
@@ -44,4 +45,6 @@ alias -g S="| sort"
|
||||
alias -g SC="| sort | uniq -c"
|
||||
alias -g R="| rg "
|
||||
alias -g W="| awk "
|
||||
alias -g C="| wl-copy"
|
||||
checkhash(){du $1 | sha256sum}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user