Remove unneeded things

This commit is contained in:
Marco Thomas
2021-07-24 18:48:41 +02:00
parent c25a5abcce
commit 0202ad56eb

View File

@@ -45,8 +45,6 @@ zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Aliases # ============================== Aliases
alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'" alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'"
alias fontscache="fc-cache -f -v"
alias ofen="cc"
if command -v rg &> /dev/null; then if command -v rg &> /dev/null; then
alias grep="rg" alias grep="rg"
@@ -57,8 +55,6 @@ if command -v btm &> /dev/null; then
alias htop="btm" alias htop="btm"
fi fi
alias sag="ssh-add ~/.ssh/github"
alias s="cd ~/scripts/" alias s="cd ~/scripts/"
alias c='clear' alias c='clear'