Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. % bash -O expand_aliases -c "alias hi='echo hello'; alias; shopt expand_aliases; hi"
  2. alias hi='echo hello'
  3. expand_aliases on
  4. bash: hi: command not found
  5.  
  6. #!/bin/bash
  7. exec chrt -i 0 nice -n 19 ionice -c 3 bash -c ". ~/.config/bash/aliases; shopt -s expand_aliases; $(shell-quote "$@")"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement