diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 34fd8c1..8cc78ef 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -190,7 +190,7 @@ c.tabs.show = 'always' # Setting default page for when opening new tabs or new windows with # commands like :open -t and :open -w . -c.url.default_page = 'file://~/.surf/html/homepage.html' +c.url.default_page = 'file://~/.dotfiles/qutebrowser/.config/qutebrowser/startpage/index.html' # Search engines which can be used via the address bar. Maps a search # engine name (such as `DEFAULT`, or `ddg`) to a URL with a `{}` diff --git a/qutebrowser/.config/qutebrowser/startpage b/qutebrowser/.config/qutebrowser/startpage new file mode 120000 index 0000000..1f4f15a --- /dev/null +++ b/qutebrowser/.config/qutebrowser/startpage @@ -0,0 +1 @@ +/home/elal/Projects/websites/startpage \ No newline at end of file diff --git a/zsh/.zshrc b/zsh/.zshrc index 836ab22..eb5b644 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -104,6 +104,7 @@ source $ZSH/oh-my-zsh.sh source $ZSH/aliases.sh export TERM='xterm-256color' +export PATH="$HOME/.scripts:$PATH" # Add custom scripts! # Program defaults