mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: add lmosh alias.
This commit is contained in:
parent
77809964be
commit
1660ebb0cf
3
bashrc
3
bashrc
@ -305,6 +305,9 @@ alias apt-get=aptitude
|
||||
# Use GPG2 instead of GPG!
|
||||
alias gpg=gpg2
|
||||
|
||||
# For userspecific installation of mosh on remote server.
|
||||
alias lmosh="mosh --server=~/.local/bin/mosh-server "
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
zshrc
3
zshrc
@ -252,6 +252,9 @@ alias gpg=gpg2
|
||||
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666755
|
||||
compdef gpg2=gpg
|
||||
|
||||
# For locally installed mosh on remote server.
|
||||
alias lmosh="mosh --server=~/.local/bin/mosh-server "
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||
|
||||
# .aliases
|
||||
|
Loading…
Reference in New Issue
Block a user