alias bftp="obexftp -b 20:D6:07:03:43:82 -c $1 -p $2"
alias bpush="ussp-push 20:D6:07:03:43:82@9" # bluetooth push device id@channel number
alias samp='/usr/bin/time -f "Time: %E | Max.Mem: %M K | PF: %F Major %R Minor | Context Swtches: %c"'
alias gdb="gdb -silent"
alias cpu="cpupower -c all frequency-info"
alias mods="lspci -mvk | grep '^Module' | awk '{print $2}' | uniq" #show currently loaded modules
alias init_dm="stest -flx $PATH|sort -u|tee .cache/dmenu_run|dmenu "$@""
The last one regenerates dmenu cache if it does not pick up new installs, which is rare but happened sometime back, I remember.