diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-05-02 18:30:47 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-05-02 18:30:47 +0200 |
| commit | 7e1032434d90db737e319d3eb21721b7fed388be (patch) | |
| tree | 292b4bc560edd33f1fbcd9655c9b76b49b75b404 /zsh | |
| parent | 7d1e4e8fbcb57d7e3b04f730f6e51c0e00b76456 (diff) | |
add: scripts from ratakor's repo
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshenv | 2 | ||||
| -rw-r--r-- | zsh/.zshrc | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index 1d51105..5ff4c81 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,2 +1,2 @@ -export PATH="$HOME/.config/scripts:$PATH" +PATH="$HOME/.config/scripts:$PATH" TERMINAL="st" @@ -19,6 +19,9 @@ alias poule="git pull" alias bri5="xrandr --output eDP-1 --brightness 0.5" alias bri6="xrandr --output eDP-1 --brightness 0.6" alias ascii="ascii -d" +alias cf="$HOME/.config/" +alias cspt="$HOME/.config/scripts" +alias cz="$HOME/.config/zsh" autoload -U compinit zstyle ':completion:*' menu select |
