📝 Aliased away dict to dict | less
This commit is contained in:
parent
47e7858720
commit
4449e15c2f
2 changed files with 4 additions and 0 deletions
1
aliases
1
aliases
|
|
@ -48,6 +48,7 @@ alias lshw="doas lshw -short | less" # list hardware
|
|||
alias {hw,hwinfo}="hwinfo | less" # extensive info on hardware devices
|
||||
alias dmid="doas dmidecode | less"
|
||||
alias of="onefetch -o yaml | yq -C"
|
||||
alias dict="$HOME/scripts/dict"
|
||||
alias mkdir='mkdir -pv'
|
||||
alias {ex,esc}="exit"
|
||||
alias {his,hist}="history"
|
||||
|
|
|
|||
3
scripts/dict
Executable file
3
scripts/dict
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
/usr/bin/dict "${1}" | less
|
||||
Loading…
Add table
Add a link
Reference in a new issue