Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function execute_ifnotls
  2. if test (commandline) = 'ls'
  3. echo
  4. echo "No"
  5. commandline ""
  6. commandline -f repaint
  7. else
  8. commandline -f execute
  9. end
  10. end
  11. bind r execute_ifnotls
  12. bind n execute_ifnotls
  13.  
  14. > ls
  15. No
  16. > whoami
  17. david
Add Comment
Please, Sign In to add comment