Adding hibernation commands for OS X
This commit is contained in:
parent
86c436a12f
commit
09af05a45f
1 changed files with 4 additions and 0 deletions
|
|
@ -282,6 +282,10 @@ alias auie="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY"
|
||||||
alias aoeu='setxkbmap us'
|
alias aoeu='setxkbmap us'
|
||||||
alias bepo='setxkbmap fr bepo "ctrl:swapcaps"'
|
alias bepo='setxkbmap fr bepo "ctrl:swapcaps"'
|
||||||
alias notes='vi ~/Dropbox/Notes/vim*'
|
alias notes='vi ~/Dropbox/Notes/vim*'
|
||||||
|
alias hibernateon='sudo pmset -a hibernatemode 25'
|
||||||
|
alias hibernateoff='sudo pmset -a hibernatemode 3'
|
||||||
|
alias hibernate='pmset -g|grep hibernatemode'
|
||||||
|
|
||||||
if [ -f $HOME/.termcap ] ; then
|
if [ -f $HOME/.termcap ] ; then
|
||||||
TERMCAP=$(< $HOME/.termcap)
|
TERMCAP=$(< $HOME/.termcap)
|
||||||
export TERMCAP
|
export TERMCAP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue