diff options
Diffstat (limited to 'config/shell/aliases')
| -rw-r--r-- | config/shell/aliases | 18 | 
1 files changed, 2 insertions, 16 deletions
diff --git a/config/shell/aliases b/config/shell/aliases index cdbedac..4cc32a3 100644 --- a/config/shell/aliases +++ b/config/shell/aliases @@ -25,33 +25,19 @@ alias \  	ccat="highlight --out-format=ansi" \  	ip="ip -color=auto" -# Arch pacman +# Arch specific  alias \ -	p="pacman" \  	pacins='doas pacman -S' \  	pacinf='pacman -Si' \  	pacsch='pacman -Ss' -# Void xbps -alias \ -	xi="doas xbps-install" \ -	xr="sudo xbps-remove -R" \ -	xq="xbps-query" -  alias \ -	ll='ls -lh' \ -	g="git" \ -	i='nsxiv' \  	v="$EDITOR" \ -	re='source $ZDOTDIR/.zshrc' \ -	a='mpv --no-video' \ -	mkd="mkdir -pv" \ +	ll='ls -lh' \  	hmpv='mpv --really-quiet' \  	hcurl='curl -L -O' \  	hgit='git clone --depth=1 --no-tags --single-branch' \ -	hfont='fc-list | grep -i' \ -	hfind='find . -name' \  	xclip='xclip -selection clipboard -r' \  	idate='TZ=Iran date' \  	hxkb='setxkbmap -option caps:swapescape -layout us,ir -option grp:shifts_toggle' \  |