add ~/.bash*
This commit is contained in:
parent
f38125626a
commit
f6485eb7e4
12 changed files with 1115 additions and 0 deletions
29
home/files/bash_aliases
Executable file
29
home/files/bash_aliases
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
alias x="myX"
|
||||
alias build='xmessage -buttons okay:0 -default okay "`hostname -s`: Build in `pwd` completed at `date`" || xmessage -buttons okay:0 -default okay "`hostname -s`: Build in `pwd` failed at `date`"'
|
||||
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 ls="ls -hCF"
|
||||
alias l="ls -l"
|
||||
alias df="df -h -x squashfs"
|
||||
alias du="du -h"
|
||||
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
|
||||
alias t=task
|
||||
alias ttoday="task +TODAY or +OVERDUE -BLOCKED"
|
||||
alias ttom="task +OVERDUE or +TOMORROW -BLOCKED"
|
||||
alias to="task list +OVERDUE"
|
||||
alias turl="task nnext | urlview"
|
||||
alias tfollow="task list +followup"
|
||||
alias tnext="task list +nextactions"
|
||||
alias open=xdg-open
|
||||
alias tt=timew
|
||||
alias top=btop
|
||||
Loading…
Add table
Add a link
Reference in a new issue