Added a few variables
parent
c878931c8a
commit
6dc56fddf0
|
@ -4,6 +4,8 @@
|
|||
set fish_greeting
|
||||
set --export GOPATH "/home/mark/Documents/go"
|
||||
|
||||
set --export TEXINPUTS "/home/mark/Documents/latex"
|
||||
|
||||
# Git aliases
|
||||
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 ls lsd
|
||||
|
||||
alias !! $history[1]
|
||||
|
||||
# Python aliases
|
||||
function mkvenv \
|
||||
|
|
Loading…
Reference in New Issue