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
|
||||
set -x -e
|
||||
|
||||
#!/bin/sh -ex
|
||||
[ "$(whoami)" != root ] && exec sudo -- "$0" "$@"
|
||||
|
||||
aura -Cc 0
|
||||
aura -Cv
|
||||
aura -Scc
|
||||
aura -Fy
|
||||
aura -Syu
|
||||
|
|
|
@ -11,5 +11,3 @@ fi
|
|||
# git
|
||||
alias g=git
|
||||
|
||||
# helix
|
||||
alias hx=helix
|
||||
|
|
Loading…
Reference in a new issue