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