This commit is contained in:
2024-11-06 11:23:24 -05:00
parent 9623657be7
commit 1d1827632b
+5
View File
@@ -161,6 +161,11 @@ install-package() {
fi
}
ttmp() {
mkdir -p /tmp/tmp
cd /tmp/tmp || return
}
# Set EDITOR
if has micro; then
export EDITOR="micro"