11

been doing quite a lot of chmod +x lately i now write chmox all the time -_-

Comments
  • 4
    Set an alias 😉
  • 1
    Here's how you do that

    alias chmox="chmod +x"
    echo !! >> ~/.bashrc
  • 0
    alias doesn't​ work i use a lot of linux machines everyday i can't just add that in all of them. it's just a bad habit i need lose fast
  • 0
    Ah surely you could just do it to all of them ;)
  • 1
    @Hedgepig i can but it ain't worth the trouble i rewrite the whole system many times a day I'm too lazy to add it to my build scripts. :D
Add Comment