Compare commits
No commits in common. "main" and "master" have entirely different histories.
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue