diff options
| -rwxr-xr-x | initsh/.initsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/initsh/.initsh b/initsh/.initsh index 1f048fa..c937757 100755 --- a/initsh/.initsh +++ b/initsh/.initsh @@ -29,6 +29,7 @@ alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' alias hexedit='hexedit --color' +alias minicom='minicom -c on' ## Some more ls aliases alias ll='ls -Al' alias la='ls -A' |
