refactor nixos config
This commit is contained in:
@@ -86,12 +86,11 @@
|
||||
|
||||
wttr = "curl wttr.in/Ramenki\\?p1MQ";
|
||||
|
||||
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
|
||||
gitpa = ''
|
||||
f() { git add -A && git commit -m "$1" && git push; unset -f f; }; f
|
||||
'';
|
||||
og = ''f() { z github "$@" && code . && exit; unset -f f; }; f'';
|
||||
|
||||
amnezia = ''
|
||||
(pgrep -x ".AmneziaVPN-ser" > /dev/null 2>&1 || sudo AmneziaVPN-service > /dev/null 2>&1 &) &
|
||||
AmneziaVPN > /dev/null 2>&1 &
|
||||
''; # TODO: start system with service
|
||||
cnfg = "cd nixos-config && code . && exit";
|
||||
x = "select_command";
|
||||
u = "update_git_config";
|
||||
|
||||
Reference in New Issue
Block a user