- Moved existing functions from dotfiles over to this repo.

- Made pnew() loop till a valid name is given.
- Made bootstrap script to symlink all scripts to ~/.config/shell
This commit is contained in:
Pratik Tripathy
2024-02-09 10:04:49 +05:30
parent 44ccbbfe6e
commit 5765e05ec0
6 changed files with 159 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
url_encode(){
python3 -c "import urllib.parse, sys; print(urllib.parse.quote(sys.stdin.read()))" <<< "$1"
}
alias gicp="cp ~/.gitignore ."