This commit is contained in:
Till 2023-12-11 18:01:50 +01:00
parent 08b9397695
commit 1c667994cb
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,4 @@
{ config, pkgs, ... }:
{
programs.fish = {
enable = true;
@ -35,6 +34,13 @@
function fish_greeting; end
function pod --description 'Full service podcast refresh'
udisksctl mount -b /dev/disk/by-label/CLIP\\x20JAM
castget
castsync
udisksctl unmount -b /dev/disk/by-label/CLIP\\x20JAM
end
function startrloft --description 'Starts R with custom environment'
set -lx R_ENVIRON_USER "~/.config/rloft/RLoft_environ"
R -q