pod
This commit is contained in:
parent
08b9397695
commit
1c667994cb
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue