diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-30 02:36:05 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-30 02:36:05 -0700 |
commit | ca4db765538c483babc5217d9a425ca38021c72f (patch) | |
tree | 40561e905e46b069fd24790058bc5cd91f8fc6ca /home/xyz/.bashrc | |
parent | 33c330bd31b9bf74cfab3a4db37f5c95176f84ef (diff) |
some alias
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 34296b7a..a00ee9eb 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -44,6 +44,7 @@ unset cmd alias absolutely-proprietary='echo n | absolutely-proprietary -f' alias alsamixer='alsamixer -V all' alias diff='diff --color=auto' +alias glmark2='glmark2 --fullscreen --annotate' alias grep='grep --color=auto' #alias info='info --vi-keys' alias ls='ls --color=auto' @@ -54,6 +55,7 @@ alias rm='rm -I' alias sdcv='sdcv --color' alias shellcheck='shellcheck -x' alias uname='uname -a' +alias vkmark='vkmark --fullscreen' alias watch='watch -c' # different name @@ -61,6 +63,7 @@ alias watch='watch -c' alias ap='sudo ampy -p /dev/ttyACM0' alias c=cfg alias d='\sdcv --color' +alias e='$PAGER' alias g=git alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' |