diff options
author | EuAndreh <eu@euandre.org> | 2020-08-10 12:15:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-10 12:45:43 -0300 |
commit | 100ab568e3aeb512e86fd1155a73454d22e24895 (patch) | |
tree | 1d7ff9168b8cfc60e173f2a19f30938bc68d0f6e /scripts/box/bash-profile.sh | |
parent | WIP: Move to Vultr and NixOS (diff) | |
download | server-100ab568e3aeb512e86fd1155a73454d22e24895.tar.gz server-100ab568e3aeb512e86fd1155a73454d22e24895.tar.xz |
Migration: Remove Ansible and Docker code, move only to NixOS
Diffstat (limited to 'scripts/box/bash-profile.sh')
-rwxr-xr-x | scripts/box/bash-profile.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/box/bash-profile.sh b/scripts/box/bash-profile.sh deleted file mode 100755 index c024dbd..0000000 --- a/scripts/box/bash-profile.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -# shellcheck disable=SC2164 - -alias l="ls -lahp --color" -cd /home/vps/ |