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/.zshrc | |
| parent | 7d1e4e8fbcb57d7e3b04f730f6e51c0e00b76456 (diff) | |
add: scripts from ratakor's repo
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
