summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2022-11-20 21:33:16 +0100
committerAndreas Fankhauser hiddenalpha.ch2022-11-20 21:33:16 +0100
commit8970f3753a08f851b8dfbe751eb4694f8084c4d0 (patch)
tree4a2749899d992a4255fca63540a46081d4ef1e69 /src
parent9f0617ab605dbfa20dad57f8e4ad48ea6e7057a0 (diff)
downloaddotfiles-8970f3753a08f851b8dfbe751eb4694f8084c4d0.zip
dotfiles-8970f3753a08f851b8dfbe751eb4694f8084c4d0.tar.gz
Add bashrc alias to prepend docker with sudo
Diffstat (limited to 'src')
-rw-r--r--src/bash/_bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bash/_bashrc b/src/bash/_bashrc
index 5aba5a9..df0c285 100644
--- a/src/bash/_bashrc
+++ b/src/bash/_bashrc
@@ -5,6 +5,8 @@ if test -d ~/.bin ; then
PATH=~/.bin:$PATH
fi
+alias docker='sudo docker'
+
# Add global node modules to path
#PATH=/opt/node-6.10.1/lib/node_modules/.bin:$PATH