Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
dotfiles
Commits
30e10b45
Commit
30e10b45
authored
9 years ago
by
Phaidra Imageserver
Browse files
Options
Downloads
Patches
Plain Diff
get rid of unwanted aliases
parent
abdf2099
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.bashrc
+11
-1
11 additions, 1 deletion
.bashrc
with
11 additions
and
1 deletion
.bashrc
+
11
−
1
View file @
30e10b45
...
...
@@ -8,7 +8,17 @@ fi
# User specific aliases and functions
# remove annoying global aliases
unalias
l. ll
ls
vi
noalias
()
{
x
=
`
type
$1
|
grep
" is aliased to "
`
&&
unalias
$1
}
# unalias l. ll ls vi
noalias l.
noalias ll
noalias
ls
noalias vi
noalias egrep
noalias fgrep
noalias
grep
alias
..
=
"tcsh -l"
alias
sux
=
"sudo tcsh -l"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment