From a5fb64d76247bc23e9071d34180a1bfe19576b6b Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 11 Apr 2022 04:43:50 -0700 Subject: [PATCH] remove ancient db alias and known_hosts exclusion --- .gitignore | 1 - home/shrc | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd34c89..ad7e29a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ sh/WIP sh/unmaintained ssh/* -!ssh/known_hosts !ssh/crawl vim/.* diff --git a/home/shrc b/home/shrc index b98be3e..d8aaa7c 100644 --- a/home/shrc +++ b/home/shrc @@ -81,7 +81,6 @@ fi # just flags {{{2 export LESS='-SRQc' -alias db="dropbox_uploader" alias fils="du -bahd1" ### @- (GNU du) display human-friendly filesizes for the files in a directory. alias lsa="ls -A --group-directories-first" ### @- (GNU ls) list files with directories and dotfiles ordered first. alias perlu='perl -Mopen=locale -Mutf8' ### @- invoke perl expecting files with UTF-8 encoding.