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