mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
now copies bash configs correctly, added nanorc and finally added gaps to these scripts
This commit is contained in:
@@ -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 :*/'
|
||||
|
||||
|
Reference in New Issue
Block a user