diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-05-17 00:09:51 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-05-17 00:09:51 +0200 |
| commit | 5d3c0b24405381a41bd13a3135fa2969c2b47a48 (patch) | |
| tree | c59a2521159b90daac9e139e5ebaeaf24dd3fa0f /zsh/.zshrc | |
| parent | 436159f3542d4e11c81ff927ab6b22f5ad2619e0 (diff) | |
| parent | ca1fba1ef518b2f55bc168e9782b500dfec67c16 (diff) | |
Merge branch 'main' of https://github.com/Laitram31/config
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,7 @@ flashfetch quand +[ -f "$ZDOTDIR/paliasrc" ] && source "$ZDOTDIR/paliasrc" # Private aliases autoload -U colors && colors # Load colors PS1="%B%(?.0.%F{red}%?) %F{blue}%n %F{green}%~ %f$%b " @@ -19,6 +20,14 @@ 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" +alias cn="$XDG_CONFIG_HOME/nvim" +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" autoload -U compinit zstyle ':completion:*' menu select |
