mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
rc: alias winkey
The xxd method, because it's easier to alias. Closes #81
This commit is contained in:
parent
7ff510b42b
commit
b34a567af7
@ -583,6 +583,9 @@ alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --de
|
||||
# apt build depedencies (without installing)
|
||||
alias apt-builddep="apt-rdepends --build-depends --follow=DEPENDS"
|
||||
|
||||
# http://superuser.com/a/638033 - get embedded Windows key
|
||||
alias winkey="xxd /sys/firmware/acpi/tables/MSDM"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
rc/zshrc
3
rc/zshrc
@ -567,6 +567,9 @@ alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --de
|
||||
# apt build depedencies (without installing)
|
||||
alias apt-builddep="apt-rdepends --build-depends --follow=DEPENDS"
|
||||
|
||||
# http://superuser.com/a/638033 - get embedded Windows key
|
||||
alias winkey="xxd /sys/firmware/acpi/tables/MSDM"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||
|
||||
# .aliases
|
||||
|
Loading…
Reference in New Issue
Block a user