Do not print line numbers in cat
This commit is contained in:
parent
632c6e5ad7
commit
d9c45e9bd2
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@
|
||||||
ZSH_TMUX_AUTOSTART=true;
|
ZSH_TMUX_AUTOSTART=true;
|
||||||
GOPATH="$HOME/go";
|
GOPATH="$HOME/go";
|
||||||
};
|
};
|
||||||
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat"; };
|
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat -p"; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue