Added a few variables
parent
c878931c8a
commit
6dc56fddf0
|
@ -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