Added kde neon aliases

This commit is contained in:
Pratik Tripathy
2020-08-05 02:29:00 +05:30
parent 64cf9c47ed
commit c47bb223d5
4 changed files with 13 additions and 7 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"
# alias code="codium"
# History
alias histsearch="history | grep"