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

7 lines
137 B
Bash
Raw Normal View History

#!/bin/bash
{
echo "alias ls='logo-ls -D'";
echo "alias ll='ls -al'";
echo "alias l='ls'";
2023-04-04 09:08:16 +00:00
} | tee -a ~/.bashrc > /dev/null;