Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
trisquel-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
trisquel-packages
Commits
e5658c07
Commit
e5658c07
authored
9 years ago
by
Santiago Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Remove rm alias from trisquel 7
Per popular request, closes #12902
parent
f7514737
No related branches found
No related tags found
1 merge request
!1
Remove rm alias
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
7.0/trisquel-base-data/data/etc/bash_completion.d/aliases
+0
-2
0 additions, 2 deletions
7.0/trisquel-base-data/data/etc/bash_completion.d/aliases
7.0/trisquel-base-data/debian/changelog
+6
-0
6 additions, 0 deletions
7.0/trisquel-base-data/debian/changelog
with
6 additions
and
2 deletions
7.0/trisquel-base-data/data/etc/bash_completion.d/aliases
+
0
−
2
View file @
e5658c07
...
...
@@ -16,8 +16,6 @@ if [ "$TERM" != "dumb" ] && [ -x /usr/bin/dircolors ]; then
alias
fgrep
=
'fgrep --color=auto'
alias
egrep
=
'egrep --color=auto'
alias rm
=
'rm -i'
[
-f
/usr/bin/vim
]
&&
alias
vi
=
'vim'
||
alias
vi
=
'vim.tiny'
[
-f
/usr/bin/vim
]
||
alias
vim
=
'vim.tiny'
...
...
This diff is collapsed.
Click to expand it.
7.0/trisquel-base-data/debian/changelog
+
6
−
0
View file @
e5658c07
trisquel-base-data (7.0-1) belenos; urgency=medium
* Remove alias for rm command
-- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 12 Jun 2015 02:40:33 +0200
trisquel-base-data (7.0) belenos; urgency=low
* Initial release for belenos
...
...
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