diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-05-17 00:11:59 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-05-17 00:11:59 +0200 |
| commit | c61aee6ca742d2405984daf7d5e369cc951cbc89 (patch) | |
| tree | 295fefd60a93c2520f84be387ff54295a13a69b4 /zsh | |
| parent | ca1fba1ef518b2f55bc168e9782b500dfec67c16 (diff) | |
fix: minor changes and additions to sxhkd shortcuts
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshenv | 2 | ||||
| -rw-r--r-- | zsh/.zshrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index 1075e19..54752cb 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,6 +1,6 @@ export PATH="$HOME/.config/scripts:$PATH" export TERMINAL="st" -export EDITOR="emacs" +export EDITOR="nvim" export BROWSER="librewolf" export XDG_CONFIG_HOME="$HOME/.config" @@ -28,6 +28,7 @@ alias gs="git status" alias rps="echo help | nc ratakor.com 9998" alias nv="nvim" alias cdmnt="sudo mount -t iso9660 -o ro /dev/sr0 $HOME/cdrom" +alias py="python3" autoload -U compinit zstyle ':completion:*' menu select |
