From 875f2a03b06c965728596b00e7e22463368facd2 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Tue, 4 Oct 2016 16:39:07 +0100 Subject: [PATCH] Remove 'nano' alias - use .nanorc for settings. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index cf035f2..a8204cb 100644 --- a/.bashrc +++ b/.bashrc @@ -60,5 +60,4 @@ hash egrep >/dev/null 2>&1 && alias egrep='egrep --color=auto' hash fgrep >/dev/null 2>&1 && alias fgrep='fgrep --color=auto' hash grep >/dev/null 2>&1 && alias grep='grep --color=auto' hash ls >/dev/null 2>&1 && alias ll='ls -al' -hash nano >/dev/null 2>&1 && alias nano='nano -AHUwxz' hash screen >/dev/null 2>&1 && alias screen='screen -Ua'