From b0790015fb9fb3336bc2e54ac79498772d25e63d Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 21 Oct 2021 12:51:33 -0700 Subject: [PATCH] bashrc.txt --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 6c00fe74..1dd3089b 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -169,7 +169,7 @@ alias config="cd ~/.config" alias Code="cd ~/Documents/Code" alias js="cd ~/Documents/Code/javascript" alias ls="ls -lah --color=auto" -alias {ekm,easykeymap}="python3 -m easykeymap" +alias {evr,easyavr}="python3 -m easykeymap" alias {his,hist}="history" alias {cmatrix,matrix}="cmatrix -bm -C cyan" alias {top,htop,btop}="xfce4-terminal --geometry=127x51+0+0 -x btop"