Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • iliya.saroukha/dotfiles
1 result
Show changes
Commits on Source (2)
Subproject commit 75813c97b4e0c8919205c120786b45b3919a69b3
Subproject commit f916a48af752201e6d00f856b7543ef9989b0fa2
......@@ -52,6 +52,9 @@ tn () {
tmux new -s $@
}
# -------- EDITOR ----------
export EDITOR="nvim"
# ---------- MAN -----------
export PAGER="less"
......