1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 17:07:45 +02:00

updating aliasrc

This commit is contained in:
tiynger 2019-07-13 00:15:30 +02:00
parent 4a77fd0b4a
commit 9bf91f7263

View File

@ -19,7 +19,7 @@ alias cp="cp -i"
alias c="clear && neofetch" alias c="clear && neofetch"
# config # config
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME" alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
# grep # grep
alias grep="grep --color=auto" alias grep="grep --color=auto"
@ -65,7 +65,7 @@ alias svim="sudo vim"
# random # random
alias apt-get='echo "no"' alias apt-get='echo "no"'
alias image="sxiv" alias image="sxiv"
alias mail="neomutt" alias mail="mailsync -a && neomutt"
alias reddit="rtv" alias reddit="rtv"
alias video="mpv" alias video="mpv"