Skip to content
Snippets Groups Projects
Commit cb8bccff authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

in case ls is not aliased at all

parent a3e09443
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ fi
# User specific aliases and functions
# remove annoying global aliases
unalias l. ll ls vi
unalias l. ll vi
unalias ls
alias ..="tcsh -l"
alias sux="sudo tcsh -l"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment