Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ if [[ $isroot ]]; then
alias mv='mv -i'
fi
alias n='nano -ielM_ -T 3'
# ls
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'