Skip to content
Snippets Groups Projects
Commit 705c3781 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'remove-rm-alias' into 'master'

Remove rm alias

Per popular requests, rm won't ask for confirmation.

This closes https://trisquel.info/en/issues/12902

See merge request !1
parents 85f6dfab e5658c07
No related branches found
No related tags found
No related merge requests found
*.deb
*.dsc
*.tar.gz
*.changes
*.build
......@@ -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'
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment