Advertisement
Guest User

wads alias

a guest
Jun 9th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. alias wads='clear && printf "DOOM WADs\n" && printf "Recommended Load Priority: Cosmetic (Graphics,Sound,HUD) < Maps < Gameplay < CompatPatches\n" && printf "\nIWADS\n" && l ~/Vidya/Native/Doom/IWADS/ && printf "\nPWADS/Expansions\n" && l ~/Vidya/Native/Doom/PWADS/Expansions && printf "\nPWADS/Maps\n" && l ~/Vidya/Native/Doom/PWADS/Maps && printf "\nPWADS/Cosmetic\n" && l ~/Vidya/Native/Doom/PWADS/Cosmetic && printf "\nPWADS/Gameplay\n" && l ~/Vidya/Native/Doom/PWADS/Gameplay && printf "\n" && ~/Vidya/Native/Doom'
  2.  
  3. # Keep in mind, in my terminal, l is itself an alias for 'ls -xF --group-directories-first'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement