MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. barryallen1337
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    barryallen1337

    @barryallen1337

    -2
    Reputation
    56
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    barryallen1337 Unfollow Follow

    Latest posts made by barryallen1337

    • RE: Simplifying the live on the bash command line

      Most distributions add at least some popular aliases in the default .bashrc file of any new user account. These are simple ones to demonstrate the syntax of a Bash alias:
      alias ls=‘ls -F’
      alias ll=‘ls -lh’

      posted in General Discussion
      B
      barryallen1337