mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
Changes
This commit is contained in:
2
.aliases
2
.aliases
@@ -85,7 +85,7 @@ alias remove="sudo apt-get remove "
|
||||
# To use this - Ensure all git server SSH are in ~/.ssh
|
||||
alias git_signin='(for i in ~/.ssh/{*github*,*bitbucket*,*gitea*,*gitlab*}; do ssh-add -k $i; done; ) && (echo; echo Identities added successfully)'
|
||||
git_push_all_changes(){
|
||||
git commit -am "${1}" && git push
|
||||
git add . && git commit -am "${1}" && git push
|
||||
}
|
||||
|
||||
# Add ~/.local/bin to PATH
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
"GOPATH",
|
||||
"Jython",
|
||||
"Kumar",
|
||||
"Monomorphization",
|
||||
"OOP",
|
||||
"Odisha",
|
||||
"Pratik",
|
||||
@@ -105,6 +106,7 @@
|
||||
"destructure",
|
||||
"elif",
|
||||
"mkdir",
|
||||
"monomorphized",
|
||||
"pratiktri",
|
||||
"ptr",
|
||||
"pylint",
|
||||
|
||||
Reference in New Issue
Block a user