small changes
This commit is contained in:
commit
eb94e00aa8
|
@ -0,0 +1,10 @@
|
||||||
|
[user]
|
||||||
|
email = software@cscherr.de
|
||||||
|
name = PlexSheep
|
||||||
|
signingkey = software@cscherr.de
|
||||||
|
[credential]
|
||||||
|
helper = store --file ~/.git-credentials
|
||||||
|
[commit]
|
||||||
|
gpgsign = false
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
|
@ -12,3 +12,4 @@
|
||||||
!.zsh
|
!.zsh
|
||||||
!.zsh/**
|
!.zsh/**
|
||||||
!.tmux.conf
|
!.tmux.conf
|
||||||
|
!.gitconfig
|
||||||
|
|
8
.zshrc
8
.zshrc
|
@ -1,8 +1,6 @@
|
||||||
### ENVVARS
|
### ENVVARS
|
||||||
export PATH="$PATH:/usr/local/sbin:/usr/sbin/:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:"
|
PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin"
|
||||||
export PATH="$PATH:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.local/bin:~/.cargo/bin"
|
export PATH
|
||||||
export PATH="$PATH:/home/plex/.local/bin"
|
|
||||||
export PATH="$HOME/tools/node-v14.15.4-linux-x64/bin:$PATH"
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export editor=nvim
|
export editor=nvim
|
||||||
export XDG_CONFIG_HOME=~/.config
|
export XDG_CONFIG_HOME=~/.config
|
||||||
|
@ -18,12 +16,10 @@ alias grep="grep --color"
|
||||||
alias egrep="grep -E"
|
alias egrep="grep -E"
|
||||||
alias lgrep="find | grep"
|
alias lgrep="find | grep"
|
||||||
alias psgrep="ps axu | grep"
|
alias psgrep="ps axu | grep"
|
||||||
alias plasmarestart="killall plasmashell; kstart5 plasmashell"
|
|
||||||
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
||||||
alias gg=lazygit
|
alias gg=lazygit
|
||||||
alias reload="source ~/.zshrc"
|
alias reload="source ~/.zshrc"
|
||||||
alias gls=/bin/ls
|
alias gls=/bin/ls
|
||||||
alias neorg='nvim -c "Neorg workspace main"'
|
|
||||||
|
|
||||||
### non standard aliases
|
### non standard aliases
|
||||||
if [ -f ~/.zsh_aliases ]; then
|
if [ -f ~/.zsh_aliases ]; then
|
||||||
|
|
Loading…
Reference in New Issue