summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-03-30 02:36:05 -0700
committerxyz <gky44px1999@gmail.com>2022-03-30 02:36:05 -0700
commitca4db765538c483babc5217d9a425ca38021c72f (patch)
tree40561e905e46b069fd24790058bc5cd91f8fc6ca /home
parent33c330bd31b9bf74cfab3a4db37f5c95176f84ef (diff)
some alias
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc3
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'