minor changes
This commit is contained in:
parent
1485678beb
commit
692ff35cc4
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"/>
|
||||
|
|
4
arch.sh
4
arch.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue