diff --git a/lf/lfrc b/lf/lfrc deleted file mode 100644 index 879eeb3..0000000 --- a/lf/lfrc +++ /dev/null @@ -1 +0,0 @@ -set previewer '~/.config/scripts/p' diff --git a/backup/hosts b/samples/hosts similarity index 100% rename from backup/hosts rename to samples/hosts diff --git a/nginx/dropbox.conf b/samples/nginx/dropbox.conf similarity index 100% rename from nginx/dropbox.conf rename to samples/nginx/dropbox.conf diff --git a/backup/ssh b/samples/ssh similarity index 100% rename from backup/ssh rename to samples/ssh diff --git a/systemd-bak/autologin.conf b/samples/systemd/autologin.conf similarity index 100% rename from systemd-bak/autologin.conf rename to samples/systemd/autologin.conf diff --git a/systemd-bak/user/gpg-agent-extra.socket b/samples/systemd/user/gpg-agent-extra.socket similarity index 100% rename from systemd-bak/user/gpg-agent-extra.socket rename to samples/systemd/user/gpg-agent-extra.socket diff --git a/systemd-bak/user/gpg-agent.service b/samples/systemd/user/gpg-agent.service similarity index 100% rename from systemd-bak/user/gpg-agent.service rename to samples/systemd/user/gpg-agent.service diff --git a/wpa_supplicant/sample_PAP.conf b/samples/wpa_supplicant/sample_PAP.conf similarity index 100% rename from wpa_supplicant/sample_PAP.conf rename to samples/wpa_supplicant/sample_PAP.conf diff --git a/wpa_supplicant/wpa_supplicant.conf b/samples/wpa_supplicant/wpa_supplicant.conf similarity index 100% rename from wpa_supplicant/wpa_supplicant.conf rename to samples/wpa_supplicant/wpa_supplicant.conf diff --git a/shell/profile.d/shortcuts.sh b/shell/profile.d/shortcuts.sh index 3f7d64f..21938b1 100644 --- a/shell/profile.d/shortcuts.sh +++ b/shell/profile.d/shortcuts.sh @@ -1,7 +1,7 @@ export \ - GIT="git@git.tavo.one:tavo" \ - GITLAB="git@gitlab.com:tavo-wasd" \ - GITHUB="git@github.com:tavo-wasd-gh" \ + FJ="git@git.tavo.one:tavo" \ + GL="git@gitlab.com:tavo-wasd" \ + GH="git@github.com:tavo-wasd-gh" \ DRIVE="ssh://drive:/home/drive/drive" \ BOOKMARKS="$HOME/Documents/bookmarks" \ BIB="$HOME/Documents/bibliography" \