From f2f7a41af5378a4e9a134cdc6442edbcae415d2e Mon Sep 17 00:00:00 2001 From: lelgenio Date: Mon, 24 Oct 2022 17:32:37 -0300 Subject: [PATCH] work stuff --- config.yaml | 2 ++ dotfiles/git/config | 2 +- dotfiles/kak-lsp.toml | 2 +- dotfiles/scripts/br | 4 +++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 3ff1f6d..1f155d3 100644 --- a/config.yaml +++ b/config.yaml @@ -134,6 +134,8 @@ profiles: accent_teal: {variables: {accent_color: "#16A085"}} accent_magenta: {variables: {accent_color: "#9C27B0"}} accent_orange: {variables: {accent_color: "#D93200"}} + accent_gold: {variables: {accent_color: "#E2A532"}} + ############################################################### # Keyboard Layouts diff --git a/dotfiles/git/config b/dotfiles/git/config index d498396..87ddbdc 100644 --- a/dotfiles/git/config +++ b/dotfiles/git/config @@ -42,7 +42,7 @@ #{%@@ endif @@%}# [alias] - graph = log --graph --oneline --all + graph = log --graph --oneline --branches root = rev-parse --show-toplevel {%@@ if tabs @@%} diff --git a/dotfiles/kak-lsp.toml b/dotfiles/kak-lsp.toml index baa5ed4..388094c 100644 --- a/dotfiles/kak-lsp.toml +++ b/dotfiles/kak-lsp.toml @@ -6,7 +6,7 @@ # |_|\_\__,_|_|\_\ |_____|____/|_| -snippet_support = true +snippet_support = false verbosity = 2 [server] diff --git a/dotfiles/scripts/br b/dotfiles/scripts/br index 726e48d..fd08b2f 100755 --- a/dotfiles/scripts/br +++ b/dotfiles/scripts/br @@ -14,7 +14,9 @@ end(){ if [ $# -ne 0 ] ; then for i in "$@" ; do - printf "%s\n" "$i" + if test -f "$i"; then + printf "%s\n" "$i" + fi done | "$0" exit $? fi