From cfea296967494dbb2d41d8e0c362be9e2c1f06ab Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 27 Feb 2022 11:03:42 -0800 Subject: [PATCH] added of alias for onefetch -o yaml --- bashrc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc.txt b/bashrc.txt index 9884c00c..64162d14 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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 &"