diff --git a/config.fish b/config.fish index 563216c..8243dfa 100644 --- a/config.fish +++ b/config.fish @@ -1,8 +1,12 @@ if status is-interactive # Commands to run in interactive sessions can go here set -g LIBVIRT_DEFAULT_URI "qemu:///system" -# abbr -a rcd --set-cursor=% "rclone sync onedrive:%" -# abbr -a rcu --set-cursor=% "rclone sync % onedrive:" + # abbr -a rcd --set-cursor=% "rclone sync onedrive:%" + # abbr -a rcu --set-cursor=% "rclone sync % onedrive:" + set -gx RESTIC_REPOSITORY "rclone:onedrive:/Restic_Backups" + set -gx RESTIC_PASSWORD_COMMAND "secret-tool lookup app restic" + set -gx EDITOR vim + set -gx VISUAL view end function fish_greeting