now copies bash configs correctly, added nanorc and finally added gaps to these scripts

This commit is contained in:
2018-02-13 20:38:48 +01:00
parent 714bd6d962
commit bef1414de6
6 changed files with 130 additions and 8 deletions

View File

@@ -33,6 +33,9 @@ alias nmapscan='nmap -n -sP'
# show file content without comment lines
alias nocomment='grep -Ev '\''^(#|$)'\'''
# list files/dirs on separate lines
alias list='find ./ -maxdepth 1 -printf "%f\n"'
#show directories
alias dirs='ls -FlA | grep :*/'