main
Micke Nordin 3 years ago
parent 7ef65efaaa
commit 6b1a4c138a

@ -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

@ -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

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