minor changes

This commit is contained in:
Mylloon 2024-02-12 17:41:06 +01:00
parent 1485678beb
commit 692ff35cc4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 5 additions and 5 deletions

View file

@ -6,4 +6,4 @@ end
fish_ssh_agent
# Opam integration
source /home/anri/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
source $HOME/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true

View file

@ -6,8 +6,8 @@
<property name="pressureMultiplier" value="4"/>
<property name="zoomGesturesEnabled" value="true"/>
<property name="selectedToolbar" value="Portrait"/>
<property name="lastSavePath" value="C:\Users\anri\Desktop"/>
<property name="lastOpenPath" value="C:\Users\anri\Desktop"/>
<property name="lastSavePath" value=""/>
<property name="lastOpenPath" value=""/>
<property name="lastImagePath" value=""/>
<property name="edgePanSpeed" value="20"/>
<property name="edgePanMaxMult" value="5"/>

View file

@ -366,7 +366,7 @@ main() {
# === Python ==
# Add PIP packages from Python to the path
mkdir -p "$HOME"/.local/bin
fish -c "fish_add_path /home/anri/.local/bin ||:"
fish -c "fish_add_path $HOME/.local/bin ||:"
# === OCaml ==
# Init Opam and install stuff
@ -378,7 +378,7 @@ main() {
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
# Add Opam packages from OCaml
mkdir -p "$HOME"/.opam/default/bin
fish -c "fish_add_path /home/anri/.opam/default/bin ||:"
fish -c "fish_add_path $HOME/.opam/default/bin ||:"
# === Clang ==
wget -q ${repo}/dotfiles/.clang-format -O "$HOME"/.clang-format