From dd3a5804024bc82d2474907b7c138e5925cf83ca Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 5 Sep 2020 01:30:45 +0200 Subject: [PATCH] Update Dots --- laptop-nord/.config/picom.conf | 2 +- laptop-nord/.vimrc | 7 +++++++ laptop-nord/.zshrc | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/laptop-nord/.config/picom.conf b/laptop-nord/.config/picom.conf index db50515..ebf8dff 100644 --- a/laptop-nord/.config/picom.conf +++ b/laptop-nord/.config/picom.conf @@ -7,7 +7,7 @@ opacity-rule = [ #inactive-dim = 0.15; inactive-opacity = 0.9; -corner-radius = 15.0; +corner-radius = 8.0; rounded-corners-exclude= [ "class_g = 'i3-frame'", "class_g = 'dmenu'" diff --git a/laptop-nord/.vimrc b/laptop-nord/.vimrc index 55817de..2fe5694 100644 --- a/laptop-nord/.vimrc +++ b/laptop-nord/.vimrc @@ -115,3 +115,10 @@ cmap Wq wq cmap Q q cmap W w cmap q1 q! + +" ============================== Snippets +iab lbf \textbf{} +iab lframe \begin{frame}{}\end{frame} +iab litem \begin{itemize}\end{itemize} +iab ltable \begin{tabular}{}\end{tabular} +iab lfig \begin{figure}\includegraphics[width=1\textwidth]{}\caption{}\label{figure:}\end{figure} diff --git a/laptop-nord/.zshrc b/laptop-nord/.zshrc index 9913055..8033a28 100644 --- a/laptop-nord/.zshrc +++ b/laptop-nord/.zshrc @@ -66,6 +66,7 @@ setopt hist_ignore_space # ignore commands that start with space setopt hist_verify # show command with history expansion to user before running it setopt share_history # share command history data inside tmux export HISTFILE="$HOME/.zsh_history" +export SAVEHIST=1000 # ============================== SSH-Agent if [ -f ~/.ssh/agent.env ] ; then