This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Gabriel Alves Cunha | |
email = [email protected] | |
[core] | |
pager = delta | |
[includeIf "gitdir:~/Documents/VSCode/work/"] # include for all .git projects under work/ | |
path = ~/Documents/VSCode/work/.gitconfig.work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/lua | |
--[[ This file needs to be an executable, so type in your terminal: | |
$ chmod +x <filename> | |
And move it to your system's bin folder, like: | |
$ mv pb.lua /usr/bin/pb | |
Then, you can use it like this: | |
$ pb 12345 | |
]] |