Compare commits
2 commits
fc21e4193c
...
0c231f7a87
Author | SHA1 | Date | |
---|---|---|---|
0c231f7a87 | |||
02b8f43efc |
1 changed files with 6 additions and 2 deletions
|
@ -65,6 +65,10 @@ precmd_user_func = "title"
|
|||
. "$(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