• ghost_laptop
    link
    13 years ago

    Are you creating a copy of your commands in some /bin folder and renaming?

    • @lonnez
      link
      33 years ago

      Probably just bash aliases:

      e.g.

      alias in="apt install"
      
      • SudoDnfDashYOP
        link
        23 years ago

        You’re right.

        alias in=“sudo apt install”

        alias up=“sudo apt update && sudo apt upgrade”

        alias unin=“sudo apt purge”

        I just put this all in my .bashrc file.