From 000038ab065c6bf4a822b3912e81b37cf49886b0 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:53:19 +0200 Subject: [PATCH] replace Atuin with McFly --- dot_bashrc | 7 ++++--- private_dot_config/atuin/config.toml | 29 ---------------------------- private_dot_config/starship.toml | 3 +++ 3 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 private_dot_config/atuin/config.toml diff --git a/dot_bashrc b/dot_bashrc index 6c7e324..0ae8744 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -143,8 +143,9 @@ if [ -d "$HOME/.bashrc.d/" ]; then done fi -# replace fzf history (CTRL-R) by https://atuin.sh -if hash atuin 2>/dev/null; then - eval "$(atuin init bash)" +# replace fzf history (CTRL-R) by https://github.com/cantino/mcfly +if hash mcfly 2>/dev/null; then + eval "$(mcfly init bash)" fi + diff --git a/private_dot_config/atuin/config.toml b/private_dot_config/atuin/config.toml deleted file mode 100644 index 5b3cc1e..0000000 --- a/private_dot_config/atuin/config.toml +++ /dev/null @@ -1,29 +0,0 @@ -## where to store your database, default is your system data directory -## mac: ~/Library/Application Support/com.elliehuxtable.atuin/history.db -## linux: ~/.local/share/atuin/history.db -# db_path = "~/.history.db" - -## where to store your encryption key, default is your system data directory -# key_path = "~/.key" - -## where to store your auth session token, default is your system data directory -# session_path = "~/.key" - -## date format used, either "us" or "uk" -# dialect = "uk" - -## enable or disable automatic sync -# auto_sync = true - -## how often to sync history. note that this is only triggered when a command -## is ran, so sync intervals may well be longer -## set it to 0 to sync after every command -# sync_frequency = "5m" - -## address of the sync server -# sync_address = "https://api.atuin.sh" - -## which search mode to use -## possible values: prefix, fulltext, fuzzy -# search_mode = "prefix" - diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml index 48d2ca4..f5f11f6 100644 --- a/private_dot_config/starship.toml +++ b/private_dot_config/starship.toml @@ -16,3 +16,6 @@ disabled = true [java] disabled = true + +[jobs] +disabled = true