diff --git a/aliases.sh b/aliases.sh index 017f347..20bc152 100644 --- a/aliases.sh +++ b/aliases.sh @@ -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 thumbs='feh -t -y128 -E128' + alias git-port='/home/ray/Scripts/git-change-remote-port.sh' alias ytdl='youtube-dl --write-info-json --write-description --no-playlist'