Git fixes

This commit is contained in:
Micke Nordin 2020-11-27 23:48:32 +01:00
parent 7ef65efaaa
commit 6b1a4c138a
3 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,6 @@
alias ls='exa'
alias caldav='vdirsyncer sync && khal interactive && vdirsyncer sync && true'
set PATH $PATH ~/.local/bin
set TERM xterm-256color
function fish_greeting
status --is-login

10
dotfiles/.gitconfig Normal file
View file

@ -0,0 +1,10 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Micke Nordin
email = mik@elnord.in
[pull]
ff = only
[credential "https://github.com"]
username = mickenordin
helper = /home/micke/.local/bin/github-askpass

View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
/usr/bin/pass show github.com/micke-apinyckel