Compatibility with Zorin
This commit is contained in:
@@ -47,7 +47,6 @@ alias \
|
||||
lc="clone_from_labs" \
|
||||
gc="clone_from_github" \
|
||||
dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \
|
||||
sudo=doas \
|
||||
.z="source ~/.config/shell/profile" \
|
||||
testmic="arecord -vv -f dat /dev/null"
|
||||
|
||||
@@ -57,6 +56,8 @@ alias \
|
||||
roi="trans ro:en -i" \
|
||||
enr="trans en:ro -j -- "
|
||||
|
||||
which doas >/dev/null && alias sudo=doas
|
||||
|
||||
# Clone from labs
|
||||
function clone_from_labs() {
|
||||
git clone "git@labs.scarif.space:chris/$1" "${@:2}"
|
||||
|
||||
Reference in New Issue
Block a user