added to of alias, using yq to format, very similar to jq. also install yq
This commit is contained in:
parent
7cd3136ab9
commit
4e7d52413f
2 changed files with 4 additions and 10 deletions
2
aliases
2
aliases
|
|
@ -36,7 +36,7 @@ alias li="exa -lh"
|
|||
alias ll="exa -liah"
|
||||
alias {lsdir,lsd}="ls -t -1" # list only the directories
|
||||
alias lshw="doas lshw -short" # list hardware
|
||||
alias of="onefetch -o yaml"
|
||||
alias of="onefetch -o yaml | yq -C"
|
||||
alias mkdir='mkdir -pv'
|
||||
alias {ex,esc}="exit"
|
||||
alias {his,hist}="history"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue