diff options
author | EuAndreh <eu@euandre.org> | 2020-09-22 19:11:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-09-22 19:12:02 -0300 |
commit | 7c000f96fe6d1101c4a44e59c5b871524e154cfb (patch) | |
tree | c7b720775434b329eca921911037033e7e88bf8e /bash-profile.sh | |
parent | Refactor: simplify configuration.nix and put everything under /data/ (diff) | |
download | toph-7c000f96fe6d1101c4a44e59c5b871524e154cfb.tar.gz toph-7c000f96fe6d1101c4a44e59c5b871524e154cfb.tar.xz |
Move shell aliases into vps-configuration.nix
Diffstat (limited to 'bash-profile.sh')
-rw-r--r-- | bash-profile.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bash-profile.sh b/bash-profile.sh deleted file mode 100644 index c147398..0000000 --- a/bash-profile.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -alias l='ls -lahp' |