kali stuff
This commit is contained in:
parent
3bf1da9427
commit
db8ba3a680
10
.gitconfig
10
.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
|
||||
|
|
7
.zshrc
7
.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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue