Compare commits

..

No commits in common. "5e8969eae746ddee9ec11b01a72ce633cc0381d2" and "9fe6317aea8243dd33e717a6333ceb180ec6a337" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -1,10 +1,5 @@
#!/usr/bin/env sh #!/bin/sh -ex
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,5 +11,3 @@ fi
# git # git
alias g=git alias g=git
# helix
alias hx=helix