cli: Define some usefull shell aliases
This commit is contained in:
parent
3649a22287
commit
cbbc252230
1 changed files with 5 additions and 1 deletions
|
|
@ -105,7 +105,11 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
# enableSyntaxHighlighting = true;
|
# enableSyntaxHighlighting = true;
|
||||||
shellAliases = { e = "emacsclient -c $@"; };
|
shellAliases = {
|
||||||
|
e = "emacsclient -c $@";
|
||||||
|
ls = "exa $@";
|
||||||
|
t = "exa -T $@";
|
||||||
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "fzf" "fd" "z" ];
|
plugins = [ "git" "fzf" "fd" "z" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue