diff options
-rw-r--r-- | X11/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | bin/task/shellrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/X11/alacritty/alacritty.yml b/X11/alacritty/alacritty.yml index 6debefe..7233dca 100644 --- a/X11/alacritty/alacritty.yml +++ b/X11/alacritty/alacritty.yml | |||
@@ -22,7 +22,7 @@ window: | |||
22 | lines: 18 | 22 | lines: 18 |
23 | 23 | ||
24 | padding: | 24 | padding: |
25 | x: 12 | 25 | x: 24 |
26 | y: 12 | 26 | y: 12 |
27 | 27 | ||
28 | decorations: full | 28 | decorations: full |
diff --git a/bin/task/shellrc b/bin/task/shellrc index a7025d0..9a14248 100644 --- a/bin/task/shellrc +++ b/bin/task/shellrc | |||
@@ -1,6 +1,7 @@ | |||
1 | # task | 1 | # task |
2 | tk() { task rc.context=`cat ~/.task/context` $@; } | 2 | tk() { task rc.context=`cat ~/.task/context` $@; } |
3 | tkc(){ echo $1 >~/.task/context; } | 3 | tkc(){ echo $1 >~/.task/context; } |
4 | alias tkcc='task context' | ||
4 | tkcn() { echo none >~/.task/context; } | 5 | tkcn() { echo none >~/.task/context; } |
5 | tkch() { echo home >~/.task/context; } | 6 | tkch() { echo home >~/.task/context; } |
6 | [ "$shell" = zsh ] && compdef tk=task | 7 | [ "$shell" = zsh ] && compdef tk=task |