From db8ba3a6802821a7155da0fbffbf9a9a0effb6b6 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 15 Mar 2024 14:42:10 -0400 Subject: [PATCH] kali stuff --- .gitconfig | 10 +--------- .zshrc | 7 ------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitconfig b/.gitconfig index eccff3f..11e5278 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,14 +5,6 @@ [credential] helper = store --file ~/.git-credentials [commit] - gpgsign = true + gpgsign = false [pull] rebase = false -[maintenance] - repo = /home/plex/Documents/code/rs/autocrate - repo = /home/plex/Documents/code/rs/ganar - repo = /home/plex/Documents/code/rs/hedu - repo = /home/plex/Documents/code/rs/netpong - repo = /home/plex/Documents/code/rs/pt - repo = /home/plex/Documents/code/rs/rs-base - repo = /home/plex/Documents/code/rs/rs-basic diff --git a/.zshrc b/.zshrc index d7394bf..5e02772 100644 --- a/.zshrc +++ b/.zshrc @@ -6,13 +6,6 @@ export editor=nvim export XDG_CONFIG_HOME=~/.config export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P' export ZSH=$HOME/.zsh -export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard. - # cb would have to open every 2 seconds and steal - # focus. This sucks, so I will have to disable GUI - # integration (yes that means ctrl+v) for now. - # - # For wayland, set this to `1` - # see https://github.com/Slackadays/Clipboard/issues/171 export DATEFMT='+%a %Y-%m-%d %X'