PortValhalla/scripts/Common/Config/logo-ls/install.sh

7 lines
137 B
Bash
Executable file

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