diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-06-29 10:53:57 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-06-29 10:53:57 +0200 |
| commit | d36d490dd9c8b0202b7342c55c45abea73938ada (patch) | |
| tree | bb8f3e42a4a2f3338d3e1137e1aab92c6d02ff4e /zsh | |
| parent | f8e2c21e3006cee4aef9456cedab10b3f8f83ad6 (diff) | |
patch: lotsa things changed, read the diff
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshenv | 1 | ||||
| -rw-r--r-- | zsh/.zshrc | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index eba98af..c80ce3a 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -6,5 +6,6 @@ export BRIGHTNESS=1 export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/data" +export XDG_PICTURES_DIR="$HOME/img" # Following line was automatically added by arttime installer export PATH="$HOME/.local/bin:$PATH" @@ -23,6 +23,7 @@ alias {statut,sta}="git status" alias {ajouter,aj}="git add" alias {atome_de_code,ato}="git commit -m" # voir bitoduc.fr, Commit alias {pousser,pous}="git push" +alias {difference,ference}="git diff" alias bri5="xrandr --output eDP-1 --brightness 0.5" alias bri6="xrandr --output eDP-1 --brightness 0.6" @@ -30,10 +31,10 @@ alias ascii="ascii -d" alias cf="$HOME/.config/" alias cspt="$HOME/.config/scripts" alias cz="$HOME/.config/zsh" -alias czr="nv $ZDOTDIR/.zshrc" +alias czr="v $ZDOTDIR/.zshrc" alias cn="$XDG_CONFIG_HOME/nvim" alias rps="echo help | nc ratakor.com 9998" -alias nv="nvim" +alias v="nvim" alias cdmnt="sudo mount -t iso9660 -o ro /dev/sr0 $HOME/cdrom" alias py="python3" alias wtr="curl wttr.in/Lyon" |
