Merge branch 'dev' into gentoo
nvim: improve luasnips system: fix tsession for irc add LATEX_RESOURCES variable
This commit is contained in:
commit
912cd01977
@ -433,7 +433,7 @@ ls.snippets = {
|
|||||||
i(1),
|
i(1),
|
||||||
t({ "" }),
|
t({ "" }),
|
||||||
d(2, rec_ls, {}),
|
d(2, rec_ls, {}),
|
||||||
t({ "", "\\end{itemize}" }),
|
t({ "", "\\end{itemize}", "" }),
|
||||||
}),
|
}),
|
||||||
s("frm", {
|
s("frm", {
|
||||||
t({ "\\begin{" }),
|
t({ "\\begin{" }),
|
||||||
@ -448,14 +448,16 @@ ls.snippets = {
|
|||||||
i(0),
|
i(0),
|
||||||
t({ "", "\\end{" }),
|
t({ "", "\\end{" }),
|
||||||
f(copy, 1),
|
f(copy, 1),
|
||||||
t({ "}" }),
|
t({ "}", "" }),
|
||||||
}),
|
}),
|
||||||
s("rmk", {
|
s("env", {
|
||||||
t({ "\\begin{rmk}" }),
|
t({ "\\begin{" }),
|
||||||
t({ "", "\t" }),
|
i(1, "foo"),
|
||||||
i(1),
|
t({ "}", "\t" }),
|
||||||
|
i(2),
|
||||||
t({ "", "\\end{" }),
|
t({ "", "\\end{" }),
|
||||||
i(0),
|
f(copy,1),
|
||||||
|
t({ "}", "" }),
|
||||||
}),
|
}),
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -64,7 +64,7 @@ super + shift + n
|
|||||||
$TERMINAL -g 128x32 -c "floating" -e tsession "mail" "$MAIL_CLIENT"
|
$TERMINAL -g 128x32 -c "floating" -e tsession "mail" "$MAIL_CLIENT"
|
||||||
|
|
||||||
super + shift + i
|
super + shift + i
|
||||||
$TERMINAL -g 128x32 -c "floating" -e tsession "mail" "$IRC_CLIENT"
|
$TERMINAL -g 128x32 -c "floating" -e tsession "irc" "$IRC_CLIENT"
|
||||||
|
|
||||||
super + shift + t
|
super + shift + t
|
||||||
$TERMINAL -g 128x32 -c "floating" -e tremc
|
$TERMINAL -g 128x32 -c "floating" -e tremc
|
||||||
|
@ -6,8 +6,9 @@
|
|||||||
## path
|
## path
|
||||||
export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH"
|
export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH"
|
||||||
|
|
||||||
## dotfiles
|
## custom paths
|
||||||
export DOTFILES="$HOME/.dotfiles.git"
|
export DOTFILES="$HOME/.dotfiles.git"
|
||||||
|
export LATEX_RESOURCES="$HOME/documents/latex"
|
||||||
|
|
||||||
## XDG_BASE_DIRECTORIES
|
## XDG_BASE_DIRECTORIES
|
||||||
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
|
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
|
||||||
|
Reference in New Issue
Block a user