Fix unneeded password input
This commit is contained in:
@@ -53,6 +53,3 @@ ncs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set completion-ignore-case On
|
set completion-ignore-case On
|
||||||
|
|
||||||
# Passwords
|
|
||||||
export GITHUB_TOKEN=$(pass show github/token)
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[user]
|
[user]
|
||||||
email = "ehtrude@gmail.com"
|
email = "ehtrude@gmail.com"
|
||||||
name = "TrudeEH"
|
name = "TrudeEH"
|
||||||
password = $GITHUB_TOKEN
|
password = $(pass show github/token)
|
||||||
|
|||||||
Reference in New Issue
Block a user