alias la='ls -lha --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' alias ll='ls -lh --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' alias ls='ls --color=auto -h' alias cp='cp -i' alias df='df -h' alias egrep='egrep --colour=auto' alias fgrep='fgrep --colour=auto' alias hgrep='history | grep --color=auto' alias grep='grep --colour=auto' alias grepef='grep --exclude-from .ignorefiles' alias rcp='rsync --progress --size-only --verbose -rh' alias cdr='ranger --choosedir=/tmp/rangerdir; LASTDIR=`cat /tmp/rangerdir`; cd "$LASTDIR"' alias telegram='telegram-cli -NAW -s ~/.telegram-cli/notify.lua' alias ytdl='youtube-dl --write-info-json --write-description --no-playlist' alias ytdlb='youtube-dl --write-info-json --write-description --no-playlist -a' alias sftpsb='sftp psb18896@psb18896.seedbox.io' alias walrun='~/.config/wal/wal_run_noqute.sh' alias walrunlight='~/.config/wal/wal_run_light.sh' alias walrunqb='~/.config/wal/wal_run.sh' alias kittyx='nohup kitty &' # wtf?