add alias for feh thumbnails
This commit is contained in:
parent
4d52586711
commit
cc67c8abbd
|
@ -23,6 +23,8 @@ alias rcp='rsync --progress --size-only --verbose -rh'
|
||||||
|
|
||||||
alias cdr='ranger --choosedir=/tmp/rangerdir; LASTDIR=`cat /tmp/rangerdir`; cd "$LASTDIR"'
|
alias cdr='ranger --choosedir=/tmp/rangerdir; LASTDIR=`cat /tmp/rangerdir`; cd "$LASTDIR"'
|
||||||
|
|
||||||
|
alias thumbs='feh -t -y128 -E128'
|
||||||
|
|
||||||
alias git-port='/home/ray/Scripts/git-change-remote-port.sh'
|
alias git-port='/home/ray/Scripts/git-change-remote-port.sh'
|
||||||
|
|
||||||
alias ytdl='youtube-dl --write-info-json --write-description --no-playlist'
|
alias ytdl='youtube-dl --write-info-json --write-description --no-playlist'
|
||||||
|
|
Loading…
Reference in New Issue