Git fixes
This commit is contained in:
parent
7ef65efaaa
commit
6b1a4c138a
3 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
alias caldav='vdirsyncer sync && khal interactive && vdirsyncer sync && true'
|
alias caldav='vdirsyncer sync && khal interactive && vdirsyncer sync && true'
|
||||||
|
set PATH $PATH ~/.local/bin
|
||||||
set TERM xterm-256color
|
set TERM xterm-256color
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
status --is-login
|
status --is-login
|
||||||
|
|
10
dotfiles/.gitconfig
Normal file
10
dotfiles/.gitconfig
Normal 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
|
2
dotfiles/.local/bin/github-askpass
Executable file
2
dotfiles/.local/bin/github-askpass
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
/usr/bin/pass show github.com/micke-apinyckel
|
Loading…
Add table
Reference in a new issue