diff options
author | Adam <adam@adast.xyz> | 2022-06-04 11:29:24 +0200 |
---|---|---|
committer | Adam <adam@adast.xyz> | 2022-06-04 11:29:24 +0200 |
commit | 330d3f92d4dfc04e34366f6500423a226497060d (patch) | |
tree | 289e33801fec1939df0ca656774d217d577a051b | |
parent | e97b5e38b06d2021de72d56f527e70e9bf50a75c (diff) |
bashrc: start zoxide before starship
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ alias nvimrc='cd $XDG_CONFIG_HOME/nvim;nvim' alias i3config='vim $XDG_CONFIG_HOME/i3/config' alias startup='vim $XDG_CONFIG_HOME/X11/xinitrc' -eval "$(starship init bash)" eval "$(zoxide init bash)" +eval "$(starship init bash)" pfetch |