diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-10 10:47:33 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-10 10:47:33 +0200 |
| commit | 0d25a9d2c15288e906ee9f663f2edb0185bd6ecd (patch) | |
| tree | 60c137ff3d6e7aa4e4d99c5ac6e2a002b867cb5f | |
| parent | d69ca5d2f140c5c3e1eb5443290bae45deaf23c5 (diff) | |
| download | dotfiles-0d25a9d2c15288e906ee9f663f2edb0185bd6ecd.tar.gz dotfiles-0d25a9d2c15288e906ee9f663f2edb0185bd6ecd.zip | |
Clean config
| -rw-r--r-- | .config/zsh/.zshrc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6febbce..c6d0b9a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -15,6 +15,16 @@ export PATH=$HOME/bin:/usr/local/bin:/sbin:/usr/sbin:$PATH # If not running interactively, don't do anything [[ $- != *i* ]] && return +# If xset is availabe: +#if xset q &>/dev/null; then +# xset r rate 180 40 # Sane repeat rate +# xset -b # No bell +# xset -dpms # Keep screen on at all times +# xset s off # +# xset m 7/5 0 # Pointer settings +# setxkbmap us -variant altgr-intl +#fi + # Allow CTRL+D to exit zsh with partial command line (non empty line) exit_zsh() { exit } zle -N exit_zsh @@ -334,6 +344,7 @@ nnn() { #bindkey -s '^a' 'bc -lq\n' #bindkey -s '^f' 'cd "$(dirname "$(fzf)")"\n' +# Dotfiles alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' #alias cfg='config subtree pull --prefx' #alias gsp="git subtree push --prefix=_site git@github.com:mertnuhoglu/blog_datascience.git" @@ -371,7 +382,7 @@ function gsp config subtree pull --prefix=$PREFIX $REMOTE $BRANCH done } -alias vi='vim' +alias vi='nvim' alias nv='nvim' alias trash="gio trash" alias trash_restore='gio trash --restore "$(gio trash --list | fzf | cut -f 1)"' |
