home/zsh: enable completion, use exact ls command on chpwd()
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
programs.zsh = {
|
||||
autocd = true;
|
||||
enableCompletion = false;
|
||||
enableCompletion = true;
|
||||
defaultKeymap = "viins";
|
||||
/* dotDir = "\"$XDG_CONFIG_HOME\"/zsh"; */
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
RPS1=""
|
||||
|
||||
function chpwd() {
|
||||
ls;
|
||||
ls --color=tty;
|
||||
}
|
||||
|
||||
function osc7-pwd() {
|
||||
|
||||
Reference in New Issue
Block a user