update
- remove powershell deps - rewrite readme - fully use YukiLauncher
This commit is contained in:
10
.zshrc
10
.zshrc
@@ -140,4 +140,14 @@ unset key
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
# USER MANUAL CONFIGS
|
||||
|
||||
# https://unix.stackexchange.com/questions/608842/zshrc-export-gpg-tty-tty-says-not-a-tty
|
||||
export GPG_TTY=$TTY
|
||||
|
||||
alias ykls='systemctl --user status YukiLauncher.slice'
|
||||
alias yksuspend='systemctl --user freeze YukiLauncher.slice'
|
||||
alias ykcout='systemctl --user thaw YukiLauncher.slice'
|
||||
alias ykexit='systemctl --user stop YukiLauncher.slice'
|
||||
|
||||
alias susp="systemctl --user freeze"
|
||||
alias cont="systemctl --user thaw"
|
||||
|
||||
Reference in New Issue
Block a user