mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
remove ancient db alias and known_hosts exclusion
This commit is contained in:
parent
27e221803a
commit
a5fb64d762
2 changed files with 0 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,7 +2,6 @@ sh/WIP
|
||||||
sh/unmaintained
|
sh/unmaintained
|
||||||
|
|
||||||
ssh/*
|
ssh/*
|
||||||
!ssh/known_hosts
|
|
||||||
!ssh/crawl
|
!ssh/crawl
|
||||||
|
|
||||||
vim/.*
|
vim/.*
|
||||||
|
|
|
@ -81,7 +81,6 @@ fi
|
||||||
# just flags {{{2
|
# just flags {{{2
|
||||||
|
|
||||||
export LESS='-SRQc'
|
export LESS='-SRQc'
|
||||||
alias db="dropbox_uploader"
|
|
||||||
alias fils="du -bahd1" ### @- (GNU du) display human-friendly filesizes for the files in a directory.
|
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 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.
|
alias perlu='perl -Mopen=locale -Mutf8' ### @- invoke perl expecting files with UTF-8 encoding.
|
||||||
|
|
Loading…
Add table
Reference in a new issue