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, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -35,6 +34,13 @@
|
||||||
|
|
||||||
function fish_greeting; end
|
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'
|
function startrloft --description 'Starts R with custom environment'
|
||||||
set -lx R_ENVIRON_USER "~/.config/rloft/RLoft_environ"
|
set -lx R_ENVIRON_USER "~/.config/rloft/RLoft_environ"
|
||||||
R -q
|
R -q
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ in
|
||||||
|
|
||||||
# the following subvolumes are automatically mounted and won't be snapshotted:
|
# the following subvolumes are automatically mounted and won't be snapshotted:
|
||||||
# /home/till/.local/share/Steam
|
# /home/till/.local/share/Steam
|
||||||
|
# /home/till/.local/share/Trash
|
||||||
# /home/till/.cache
|
# /home/till/.cache
|
||||||
# /home/till/tmp
|
# /home/till/tmp
|
||||||
# /home/till/.mozilla/firefox/till/storage
|
# /home/till/.mozilla/firefox/till/storage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue