dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit dc3b63827a137b3669e30ff0734eab6a1427200a
parent 0c618ab80bd4f9f1faef30987e8242e37aadd3cb
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date:   Sun, 29 Aug 2021 17:40:59 +0530

Default elinks to launch in ddg

Diffstat:
M.config/bash/aliases | 2+-
M.config/bash/plugin/shorthand | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/bash/aliases b/.config/bash/aliases @@ -1,4 +1,4 @@ which startx >&/dev/null && alias startx="startx \"$XDG_CONFIG_HOME/X11/xinitrc\" vt1" which wget >&/dev/null && alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\"" which nvim >&/dev/null && alias vim="nvim" && alias vi="nvim" - +which elinks >&/dev/null && alias elinks="elinks ddg.gg" diff --git a/.config/bash/plugin/shorthand b/.config/bash/plugin/shorthand @@ -2,6 +2,8 @@ [ ! -z "${EDITOR}" ] && alias e=${EDITOR} +alias c=clear + which git >&/dev/null && alias g=git which pass >&/dev/null & alias p=pass