From 9f8c648263ecbc5ec87cf0fb626b27a6701c3a7f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 21 May 2025 16:39:13 +0200 Subject: Update aliases and brew tools for work --- .bash_profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index cef07c9..2dad14d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -33,7 +33,6 @@ alias wttr='curl http://wttr.in/berlin' alias la='ls -a' alias srv="python3 -m http.server" # start simple server alias tagme='ctags -R --languages=ruby --exclude=.git --exclude=log . $(bundle list --paths)' -alias skipci='git commit --allow-empty -m "--skip-ci"' alias gpgkill='( pkill pinentry-tty pkill pinentry-curses @@ -41,6 +40,7 @@ alias gpgkill='( gpg-connect-agent updatestartuptty /bye gpg-connect-agent /bye )' +alias cgit='docker run --name cgit -v $(pwd):/srv -p 1313:80 --rm -it cgit' # alias g='git' # # look up the original completion command and replace the last with the alias @@ -146,6 +146,10 @@ fi fortune | cowsay | lolcat # ==== Work config =========================================================== + +# Use GNU tar if installed +PATH="/opt/homebrew/opt/gnu-tar/libexec/gnubin:$PATH" + # ==== JAVA config if command -v java 1>/dev/null 2>&1; then export PATH="/opt/homebrew/opt/openjdk@11/bin:$PATH" -- cgit v1.2.3