From 0736f51332bec2e605f18c1f0c75c19f3b084a0e Mon Sep 17 00:00:00 2001 From: perro Date: Thu, 25 Jan 2024 13:34:16 -0800 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliases.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/aliases.sh b/aliases.sh index c33bafe..a89bf98 100644 --- a/aliases.sh +++ b/aliases.sh @@ -2,6 +2,7 @@ ## Variables de ambiente +export EDITOR=vim export PATH=/home/perro/.local/bin:$PATH export PATH=/home/perro/.cargo/bin:$PATH export VENV=.venv @@ -621,18 +622,6 @@ compare () { # Cfr. https://stackoverflow.com/a/65920577 runner () { runner=gitlab-runner - : ' - case $1 in - -h | --help) - runner-help ;; - *) - sudo docker run --entrypoint bash --rm -w $PWD -v $PWD:$PWD \ - -v /var/run/docker.sock:/var/run/docker.sock \ - gitlab/gitlab-runner:latest \ - -c git config --global --add safe.directory "*" ; gitlab-runner exec docker $1 - ;; - esac - ' case $1 in -h | --help) runner-help ;;