Remove 'nano' alias - use .nanorc for settings.
This commit is contained in:
parent
a3e2aceeed
commit
875f2a03b0
1 changed files with 0 additions and 1 deletions
1
.bashrc
1
.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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue