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' ...@@ -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='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 gcloud='__gcloud gcloud'
alias gsutil='__gcloud gsutil' 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 color='less --raw-control-chars -p'
alias pip2='python2 -m pip' alias pip2='python2 -m pip'
alias pip3='python3 -m pip' alias pip3='python3 -m pip'
...@@ -205,7 +205,7 @@ __sync_comics () { ...@@ -205,7 +205,7 @@ __sync_comics () {
} }
ddg () { ddg () {
lynx "https://duckduckgo.com/lite/?q=$(echo "$@" | urlencode)" w3m "https://duckduckgo.com/lite/?q=$(echo "$@" | urlencode)"
} }
toux () { toux () {
......
...@@ -7,6 +7,8 @@ Glances ...@@ -7,6 +7,8 @@ Glances
gunicorn gunicorn
httpbin httpbin
httpie httpie
khal
khard
mycli mycli
parse parse
pgcli pgcli
...@@ -14,4 +16,5 @@ pipenv ...@@ -14,4 +16,5 @@ pipenv
pre-commit pre-commit
sh sh
template template
todoman
tox tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment