From 3c477d7f7b58b3ef7b1de9a30db61ed23bedaf3a Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 25 Sep 2024 16:35:23 +0200 Subject: [PATCH] added alias for nano --- bashrc/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index f11a976..f6d0041 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -12,6 +12,8 @@ alias list='eza -lao --no-permissions --group-directories-first -s=ext --color=a alias grep='grep --color=auto' alias rg='rg --no-ignore -i -n -A 1 -B 1 --color=auto -e' +alias nano='nano -l' + PS1='[\u@\h \W]\$ ' # overwrite $TERM to avoid problems when connecting to devices via ssh