#!/bin/bash { echo "alias ls='logo-ls -D'"; echo "alias ll='ls -al'"; echo "alias l='ls'"; } | tee -a ~/.bashrc;