Merge branch 'master' of ssh://git.betalupi.com:33/Mark/dotfiles
commit
6ac19e2544
|
@ -4,6 +4,8 @@
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
set --export GOPATH "/home/mark/Documents/go"
|
set --export GOPATH "/home/mark/Documents/go"
|
||||||
|
|
||||||
|
set --export TEXINPUTS "/home/mark/Documents/latex"
|
||||||
|
|
||||||
# Git aliases
|
# Git aliases
|
||||||
alias glog "git log --oneline --all --graph"
|
alias glog "git log --oneline --all --graph"
|
||||||
|
|
||||||
|
@ -11,6 +13,7 @@ alias glog "git log --oneline --all --graph"
|
||||||
alias icat "kitty +kitten icat --align left"
|
alias icat "kitty +kitten icat --align left"
|
||||||
alias ls lsd
|
alias ls lsd
|
||||||
|
|
||||||
|
alias !! $history[1]
|
||||||
|
|
||||||
# Python aliases
|
# Python aliases
|
||||||
function mkvenv \
|
function mkvenv \
|
||||||
|
|
Loading…
Reference in New Issue