diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 154851d..9f2fb21 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -37,10 +37,13 @@ else alias grep='grep --color=always' fi -alias diff='diff --color=always' +alias cdiff='diff --color=always' alias bashsource='source ~/.bashrc' +# for convenient opening of pdfs.. +alias firefox='librewolf' + # short forms for tmux commands ## run script to setup default tmux session and then attach the session ## attaching the session needs to be done from the calling shell, otherwise