This commit is contained in:
parent
596a0bf801
commit
8bb7f63c8d
1 changed files with 4 additions and 3 deletions
|
@ -60,10 +60,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
tmate = "tmux detach-client -E 'tmate;tmux'";
|
|
||||||
cat = "bat -p";
|
|
||||||
rg = "rga";
|
|
||||||
bc = ''BC_ENV_ARGS=<(echo "scale=2") \bc'';
|
bc = ''BC_ENV_ARGS=<(echo "scale=2") \bc'';
|
||||||
|
cat = "bat -p";
|
||||||
|
icat = "kitten icat";
|
||||||
|
rg = "rga";
|
||||||
|
tmate = "tmux detach-client -E 'tmate;tmux'";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue