profile/aliases.sh

37 lines
1.0 KiB
Bash
Raw Normal View History

2019-02-20 14:19:32 +00:00
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'
2019-02-22 19:25:31 +00:00
alias ls='ls --color=auto -h'
2019-02-20 14:19:32 +00:00
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 &'
2019-02-22 19:25:31 +00:00
2019-02-20 14:19:32 +00:00
# wtf?