mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
Create target directory if required
Remove hardcoded target directory
This commit is contained in:
4
.aliases
4
.aliases
@@ -15,6 +15,10 @@ 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"
|
||||
|
||||
url_encode(){
|
||||
python3 -c "import urllib.parse, sys; print(urllib.parse.quote(sys.stdin.read()))" <<< "$1"
|
||||
}
|
||||
|
||||
|
||||
# History
|
||||
alias histsearch="history | grep"
|
||||
|
||||
Reference in New Issue
Block a user