added of alias for onefetch -o yaml
This commit is contained in:
parent
378c051b4b
commit
cfea296967
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ alias li="ls -l --color=auto"
|
|||
alias ll="ls -liasSh --color=auto"
|
||||
alias {lsdir,lsd}="ls -t -1" # list only the directories
|
||||
alias lshw="doas lshw -short" # list hardware
|
||||
alias of="onefetch -o yaml"
|
||||
alias mkdir='mkdir -pv'
|
||||
alias {ex,esc}="exit"
|
||||
alias {his,hist}="history"
|
||||
|
|
@ -209,6 +210,7 @@ alias indelible="doas chattr +i" # makes a file impossible to delete (except wit
|
|||
alias {kdiff,kitten,kd}="kitty +kitten diff"
|
||||
alias bluepill="cmatrix -bm -C cyan"
|
||||
alias redpill="cmatrix -bm -C red"
|
||||
alias calendar="orage"
|
||||
alias nf="neofetch"
|
||||
alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop"
|
||||
alias tor-browser="tor-browser &"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue