mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
parent
4424cb3f62
commit
0026e81a45
@ -578,6 +578,9 @@ else
|
||||
alias pacman="pacman --needed"
|
||||
fi
|
||||
|
||||
# Sailfish Network status, via IRC
|
||||
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
rc/zshrc
3
rc/zshrc
@ -564,6 +564,9 @@ else
|
||||
alias pacman="pacman --needed"
|
||||
fi
|
||||
|
||||
# Sailfish Network status, via IRC
|
||||
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'
|
||||
|
||||
# .aliases
|
||||
if [ -f ~/.aliases ]; then
|
||||
source ~/.aliases
|
||||
|
Loading…
Reference in New Issue
Block a user