diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-05-21 16:39:13 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-05-21 16:39:13 +0200 |
| commit | 9f8c648263ecbc5ec87cf0fb626b27a6701c3a7f (patch) | |
| tree | ce662a99164ac3fc74b0f2547adcde3c6274e8fd /.bash_profile | |
| parent | 7843008d472fbddc7331db24ab129ac056e79c20 (diff) | |
Update aliases and brew tools for work
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 6 |
1 files changed, 5 insertions, 1 deletions
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" |
