Compare commits

...

2 commits

Author SHA1 Message Date
7dd863e903 sync: Stopped .bash_env syncing 2024-03-21 15:29:33 +01:00
ddf5209837 bash_aliases: Added mnt-s3 alias 2024-03-21 15:28:03 +01:00
3 changed files with 2 additions and 5 deletions

View file

@ -26,3 +26,5 @@ alias ls="ls --color=auto"
alias ip="ip --color=auto" alias ip="ip --color=auto"
alias l="ls -alh --color=auto" alias l="ls -alh --color=auto"
alias tld="tree -L 2" alias tld="tree -L 2"
alias mnt-s3="s3fs public ${S3_MOUNTPOINT} -o passwd_file=${HOME}/.passwd-s3fs -o host=${S3_HOST} -o endpoint=${S3_ENDPOINT}"

View file

@ -1,4 +0,0 @@
export GODOT3_BIN=~/.local/lib/godot/Godot_v3.5.3-stable_x11.64
export GODOT4_BIN=~/.local/lib/godot/Godot_v4.2.1-stable_linux.x86_64
export GODOT_BIN=$GODOT4_BIN

1
sync
View file

@ -45,7 +45,6 @@ synced_files = [
("shell/bash/.bash_profile", "~/.bash_profile"), ("shell/bash/.bash_profile", "~/.bash_profile"),
("shell/bash/.bashrc", "~/.bashrc"), ("shell/bash/.bashrc", "~/.bashrc"),
("shell/bash/.bash_aliases", "~/.bash_aliases"), ("shell/bash/.bash_aliases", "~/.bash_aliases"),
("shell/bash/.bash_env", "~/.bash_env"),
("shell/bash/.bash_exec", "~/.bash_exec"), ("shell/bash/.bash_exec", "~/.bash_exec"),
("shell/nu/.nu_aliases", "~/.nu_aliases"), ("shell/nu/.nu_aliases", "~/.nu_aliases"),
("term/rio/", "~/.config/rio/"), ("term/rio/", "~/.config/rio/"),