Skip to content
Snippets Groups Projects
Commit a590bdf6 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of cgit.shore.co.il:/srv/git/rcfiles

parents 118c3430 913a2eda
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ command -v notify-send > /dev/null || alias notify-send='bell'
alias __gcloud='docker run --rm -it -v "$HOME/.config/gcloud:/tmp/.config/gcloud" -e "HOME=/tmp" -u "$(id -u):$(id -g)" google/cloud-sdk:alpine'
alias gcloud='__gcloud gcloud'
alias gsutil='__gcloud gsutil'
alias detectproxy='lynx http://detectportal.firefox.com/success.txt'
alias detectproxy='w3m http://detectportal.firefox.com/success.txt'
alias color='less --raw-control-chars -p'
alias pip2='python2 -m pip'
alias pip3='python3 -m pip'
......@@ -205,7 +205,7 @@ __sync_comics () {
}
ddg () {
lynx "https://duckduckgo.com/lite/?q=$(echo "$@" | urlencode)"
w3m "https://duckduckgo.com/lite/?q=$(echo "$@" | urlencode)"
}
toux () {
......
......@@ -7,6 +7,8 @@ Glances
gunicorn
httpbin
httpie
khal
khard
mycli
parse
pgcli
......@@ -14,4 +16,5 @@ pipenv
pre-commit
sh
template
todoman
tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment