1
0
Fork 0

Merge branch 'master' of ssh://git.betalupi.com:33/Mark/dotfiles

master
Mark 2022-11-05 08:33:48 -07:00
commit 6ac19e2544
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 0 deletions

View File

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