- 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:
7
10x_generic_programming.sh
Normal file
7
10x_generic_programming.sh
Normal 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 ."
|
||||
Reference in New Issue
Block a user