Tmuxinator configured with special alises
This commit is contained in:
parent
0c40918c45
commit
f0d7f531e9
4 changed files with 34 additions and 40 deletions
|
|
@ -10,20 +10,6 @@
|
|||
# inherit shellAliases;
|
||||
syntaxHighlighting.enable = true;
|
||||
autosuggestion.enable = true;
|
||||
initContent = ''
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC=false
|
||||
fastfetch -c examples/11
|
||||
if [[ -n "$IN_NIX_SHELL" ]]; then
|
||||
PROMPT="%F{blue}[nix-shell]%f $PROMPT"
|
||||
fi
|
||||
nix() {
|
||||
if [[ "$1" == "develop" ]]; then
|
||||
command nix develop -c zsh "''${@:2}"
|
||||
else
|
||||
command nix "$@"
|
||||
fi
|
||||
}
|
||||
'';
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
theme = "gentoo";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue