Updated as per KDENeon settings

This commit is contained in:
Pratik Tripathy
2020-07-24 10:48:00 +05:30
parent 8f75704e71
commit c5c7e0ba02
4 changed files with 84 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ alias grep='grep --color=auto'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias usersearch="awk -F: '{print \"UserName: \" \$1 \", UserID: \" \$3 \", Home Dir: \" \$6 \", Shell Used: \" \$7}' /etc/passwd | grep"
alias code="codium"
# History
alias histsearch="history | grep"