mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: alias apt-get to aptitude.
Oops, now I took side in flamewar between apt-get and aptitude.
This commit is contained in:
parent
07a621c9df
commit
e86460b780
3
bashrc
3
bashrc
@ -305,6 +305,9 @@ alias rsync-folder="rsync -h --progress -azvv "
|
||||
# SSHGuard seems to prefer users to run this always when connecting with keys in ssh-agent...
|
||||
alias ssh-add="\ssh-add -D && \ssh-add "
|
||||
|
||||
# Usually aptitude is installed everywhere and if it's not, it can be unaliased in .aliases.
|
||||
alias apt-get=aptitude
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
zshrc
3
zshrc
@ -248,6 +248,9 @@ alias rsync-folder="rsync -h --progress -azvv "
|
||||
# SSHGuard seems to prefer users to run this always when connecting with keys in ssh-agent...
|
||||
alias ssh-add="\ssh-add -D && \ssh-add "
|
||||
|
||||
# Usually aptitude is installed everywhere and if it's not, it can be unaliased in .aliases.
|
||||
alias apt-get=aptitude
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||
|
||||
# .aliases
|
||||
|
Loading…
Reference in New Issue
Block a user