File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,5 @@ alias git.force='git push origin master --force && git push origin --tags --forc
29
29
alias git.remote=' git remote update && git status -uno && git show-branch *master'
30
30
alias git.reset=' git add . && git reset --hard HEAD'
31
31
32
- # ## VARNISH
33
- alias vs.test=' varnishd -C -f /etc/varnish/default.vcl'
34
- alias vs.gen=' _xr=$(export LC_CTYPE=C ; cat /dev/urandom | tr -dc ' 0-9' | fold -w 256 | head -n 1 | head --bytes 8) ; varnishadm vcl.load vcl_${_xr} /etc/varnish/default.vcl'
35
- alias vs.list=' varnishadm vcl.list'
36
- alias vs.use=' varnishadm vcl.use'
37
-
38
32
# ## OTHER
39
33
alias http.server=' python3 -m http.server 8080 --bind 127.0.0.1'
Original file line number Diff line number Diff line change @@ -29,11 +29,5 @@ alias git.force 'git push origin master --force && git push origin --tags --forc
29
29
alias git.remote ' git remote update && git status -uno && git show-branch *master'
30
30
alias git.reset ' git add . && git reset --hard HEAD'
31
31
32
- # ## VARNISH
33
- alias vs.test ' varnishd -C -f /etc/varnish/default.vcl'
34
- alias vs.gen ' _xr=$(export LC_CTYPE=C ; cat /dev/urandom | tr -dc ' 0-9' | fold -w 256 | head -n 1 | head --bytes 8) ; varnishadm vcl.load vcl_${_xr} /etc/varnish/default.vcl'
35
- alias vs.list ' varnishadm vcl.list'
36
- alias vs.use ' varnishadm vcl.use'
37
-
38
32
# ## OTHER
39
33
alias http.server ' python3 -m http.server 8080 --bind 127.0.0.1'
You can’t perform that action at this time.
0 commit comments