Compare commits
No commits in common. "0c231f7a87332be2e9221158df42ca1347db4472" and "fc21e4193c5d2675e7c4f2fd297041cafe0af271" have entirely different histories.
0c231f7a87
...
fc21e4193c
1 changed files with 2 additions and 6 deletions
|
@ -7,7 +7,7 @@ in {
|
||||||
bash
|
bash
|
||||||
bat
|
bat
|
||||||
direnv
|
direnv
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
|
@ -60,15 +60,11 @@ precmd_user_func = "title"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
. "$(fzf-share)/key-bindings.bash"
|
. "$(fzf-share)/key-bindings.bash"
|
||||||
. "$(fzf-share)/completion.bash"
|
. "$(fzf-share)/completion.bash"
|
||||||
. <(z --init bash)
|
. <(z --init bash)
|
||||||
. <(direnv hook bash)
|
. <(direnv hook bash)
|
||||||
|
|
||||||
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
|
||||||
exec startsway
|
|
||||||
fi
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue