Skip to content

Commit

Permalink
Remove top command
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Feb 7, 2020
1 parent 31b1be8 commit 366279b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdbg/src/main/java/org/cf/sdbg/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Main {
// set up JLine built-in commands
val workDir = Paths.get("")
val builtins = Builtins(workDir, null, null)
builtins.rename(Builtins.Command.TTOP, "top")
// builtins.rename(Builtins.Command.TTOP, "top")
builtins.alias("zle", "widget")
builtins.alias("bindkey", "keymap")
val systemCompleter = builtins.compileCompleters()
Expand Down

0 comments on commit 366279b

Please sign in to comment.