Compare commits
No commits in common. "5e8969eae746ddee9ec11b01a72ce633cc0381d2" and "9fe6317aea8243dd33e717a6333ceb180ec6a337" have entirely different histories.
5e8969eae7
...
9fe6317aea
2 changed files with 1 additions and 8 deletions
|
@ -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
|
||||||
|
|
|
@ -11,5 +11,3 @@ fi
|
||||||
# git
|
# git
|
||||||
alias g=git
|
alias g=git
|
||||||
|
|
||||||
# helix
|
|
||||||
alias hx=helix
|
|
||||||
|
|
Loading…
Reference in a new issue