From 8c0c3d05a9c1f8724bbe8ca402e053499ab83a32 Mon Sep 17 00:00:00 2001 From: quak Date: Tue, 6 May 2025 16:43:43 +0200 Subject: [PATCH] changed alias' --- bashrc/.bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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