From 97bb7bf908b26899ce58068cf990c1d258b33304 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 21 Oct 2021 12:22:00 -0700 Subject: [PATCH] prepared easykeymap --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index ac5d24bd..6c00fe74 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -169,6 +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 {his,hist}="history" alias {cmatrix,matrix}="cmatrix -bm -C cyan" alias {top,htop,btop}="xfce4-terminal --geometry=127x51+0+0 -x btop"