Merge branch 'master' into minimal

This commit is contained in:
Christoph J. Scherr 2023-09-13 21:02:09 +02:00
commit dfd0ebf8c7
3 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 3bd2e5fa6ebb4e095b6b5bcc5665cb2e50f1d679
Subproject commit 188f160fbbdde26466a5fbf42b9e98c100634256

View File

@ -6,3 +6,5 @@
helper = store --file ~/.git-credentials
[commit]
gpgsign = false
[pull]
rebase = false

8
.zshrc
View File

@ -1,8 +1,6 @@
### ENVVARS
export PATH="$PATH:/usr/local/sbin:/usr/sbin/:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:"
export PATH="$PATH:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.local/bin:~/.cargo/bin"
export PATH="$PATH:/home/plex/.local/bin"
export PATH="$HOME/tools/node-v14.15.4-linux-x64/bin:$PATH"
PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin"
export PATH
export EDITOR=nvim
export editor=nvim
export XDG_CONFIG_HOME=~/.config
@ -23,7 +21,7 @@ alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
alias gg=lazygit
alias reload="source ~/.zshrc"
alias gls=/bin/ls
alias neorg='nvim -c "Neorg workspace main"'
alias neorg='nvim -c "Neorg workspace $1"'
### non standard aliases
if [ -f ~/.zsh_aliases ]; then