Skip to content

Commit

Permalink
core: remove oldshell completion code (#4301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc authored Feb 27, 2024
1 parent 3b3d57c commit 61ee320
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 960 deletions.
1 change: 0 additions & 1 deletion librz/core/cconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -3314,7 +3314,6 @@ RZ_API int rz_core_config_init(RzCore *core) {
SETBPREF("cfg.plugins", "true", "Load plugins at startup");
SETCB("time.fmt", "%Y-%m-%d %H:%M:%S %z", &cb_cfgdatefmt, "Date format (%Y-%m-%d %H:%M:%S %z)");
SETICB("time.zone", 0, &cb_timezone, "Time zone, in hours relative to GMT: +2, -1,..");
SETBPREF("cfg.newtab", "false", "Show descriptions in command completion");
SETCB("cfg.debug", "false", &cb_cfgdebug, "Debugger mode");
p = rz_sys_getenv("EDITOR");
#if __WINDOWS__
Expand Down
Loading

0 comments on commit 61ee320

Please sign in to comment.