dotfiles

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

commit 7ec04ba6d86ab1b4e9b95040118e6910f8df8b22
parent bd38b9a8018ab18fce680adfface06ee9bad0516
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date:   Sat,  7 Aug 2021 04:12:08 +0530

Merge branch 'bharat-9052' of https://github.com/bharatvaj/dotfiles into bharat-9052

Diffstat:
M.config/bash/aliases | 2+-
1 file changed, 1 insertion(+), 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\" -- \"$XDG_CONFIG_HOME/X11/xserverrc\" vt1" +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"