tex?
This commit is contained in:
parent
52f9b876b5
commit
e40cd3e583
10 changed files with 133 additions and 25 deletions
|
|
@ -29,13 +29,16 @@
|
|||
};
|
||||
shellInit = ''
|
||||
function fish_greeting; end
|
||||
|
||||
function startrloft --description 'Starts R with custom environment'
|
||||
set -lx R_ENVIRON_USER "~/.config/rloft/RLoft_environ"
|
||||
r -q
|
||||
R -q
|
||||
end
|
||||
|
||||
function vd --wraps vim --description 'vim with date in filename'
|
||||
nvim (ymd)_$argv.md
|
||||
end
|
||||
|
||||
function note --description 'Create a new note'
|
||||
nvim -c "call CreateNote('$argv')"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue