mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Set umask, update aliases, and convert some to binds
This commit is contained in:
parent
517bc5f587
commit
662cf1bcdc
7 changed files with 55 additions and 28 deletions
8
.config/fish/functions/redisco.fish
Normal file
8
.config/fish/functions/redisco.fish
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
function redisco
|
||||
while pgrep Discord >/dev/null 2>&1
|
||||
pkill Discord
|
||||
sleep 1
|
||||
end
|
||||
|
||||
discord >/dev/null 2>&1 & disown
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue