Compare commits
2 commits
9fe6317aea
...
5e8969eae7
Author | SHA1 | Date | |
---|---|---|---|
5e8969eae7 | |||
8dc8f04fbf |
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -11,3 +11,5 @@ fi
|
||||||
# git
|
# git
|
||||||
alias g=git
|
alias g=git
|
||||||
|
|
||||||
|
# helix
|
||||||
|
alias hx=helix
|
||||||
|
|
Loading…
Reference in a new issue