Compare commits

...

2 commits

2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,10 @@
#!/bin/sh -ex #!/usr/bin/env sh
set -x -e
[ "$(whoami)" != root ] && exec sudo -- "$0" "$@" [ "$(whoami)" != root ] && exec sudo -- "$0" "$@"
aura -Cc 0
aura -Cv
aura -Scc aura -Scc
aura -Fy aura -Fy
aura -Syu aura -Syu

View file

@ -11,3 +11,5 @@ fi
# git # git
alias g=git alias g=git
# helix
alias hx=helix