calcurse config, i3 bindings
- replace urxvt commands with $term - small, sticky cava - twem link script - paste emails
This commit is contained in:
@@ -29,6 +29,7 @@ set -x CLASSPATH $CLASSPATH /home/kevin/java/*.jar
|
||||
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH /usr/local/lib /usr/local/lib64
|
||||
set -x PKG_CONFIG_PATH $PKG_CONFIG_PATH /usr/lib/pkgconfig
|
||||
set -x HASTE_SERVER https://pste.gq
|
||||
set -x CALCURSE_CALDAV_PASSWORD (pass show technology/linux/baikal | head -n1)
|
||||
|
||||
{{ if eq .linux_os "termux" }}
|
||||
# set SPACEFISH_PROMPT_ORDER time user dir host git package node docker ruby golang php rust haskell julia aws conda pyenv kubecontext exec_time line_sep battery jobs exit_code vi_mode char
|
||||
@@ -127,6 +128,8 @@ abbr pst "pastebin"
|
||||
abbr rf "refresh-config"
|
||||
abbr rs "redshift-set"
|
||||
abbr shrm "shred-rm"
|
||||
abbr tac "tmux-attach config"
|
||||
abbr taj "tmux-attach journal"
|
||||
abbr thes "thesaurus"
|
||||
abbr ut "unix-timestamp"
|
||||
abbr uzr "unzip-rm"
|
||||
|
||||
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