task | clean up of bash aliases
This commit is contained in:
parent
b030341cb5
commit
5049a626b7
1 changed files with 3 additions and 12 deletions
|
|
@ -1,21 +1,12 @@
|
|||
alias x="myX"
|
||||
alias build="notify-send -u critical -t 0 'Build complete' || notify-send -u critical -t 0 'Build failed'"
|
||||
alias tbuild='/usr/share/doc/Xdialog-2.0.6/samples/Xmessage "Build in `pwd` completed at `date`" || /usr/share/doc/Xdialog-2.0.6/samples/Xmessage "Build in `pwd` failed at `date`"'
|
||||
alias mroe=more
|
||||
alias moer=more
|
||||
# alias mroe=more
|
||||
# alias moer=more
|
||||
alias ls="ls -hCF"
|
||||
alias l="ls -l"
|
||||
alias df="df -h -x squashfs"
|
||||
alias df="df -h"
|
||||
alias du="du -h"
|
||||
alias neofetch="fastfetch"
|
||||
alias vi="${EDITOR}"
|
||||
if [ -x /home/don/.local/bin/dotdrop ]
|
||||
then
|
||||
alias dotdrop="/home/don/.local/bin/dotdrop -c ~/.dotfiles/config.yaml"
|
||||
else
|
||||
alias dotdrop="/usr/bin/dotdrop -c ~/.dotfiles/config.yaml"
|
||||
fi
|
||||
test -x /usr/bin/bat && alias cat='bat'
|
||||
alias ip='COLORFGBG=";0" ip -c '
|
||||
|
||||
# Taskwarrior
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue