calcurse config, i3 bindings
- replace urxvt commands with $term - small, sticky cava - twem link script - paste emails
This commit is contained in:
6
dot_config/fish/functions/sync-alt-cal.fish
Normal file
6
dot_config/fish/functions/sync-alt-cal.fish
Normal file
@@ -0,0 +1,6 @@
|
||||
function sync-alt-cal
|
||||
set alt_cal_dir /home/kevin/.calcurse/alt-cals
|
||||
calcurse-caldav --syncdb $alt_cal_dir/$argv[1]/sync.db \
|
||||
--config $alt_cal_dir/$argv[1]/caldav/config \
|
||||
--datadir $alt_cal_dir/$argv[1]
|
||||
end
|
||||
3
dot_config/fish/functions/tmux-attach.fish
Normal file
3
dot_config/fish/functions/tmux-attach.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function tmux-attach
|
||||
tmux a -t $argv[1] || tmux new -s $argv[1]
|
||||
end
|
||||
Reference in New Issue
Block a user