Skip to content
Snippets Groups Projects
Verified Commit 1b55701c authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] fix silver init in bashrc

parent 4fb90f0f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' ...@@ -13,7 +13,6 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt # configure silver command prompt
export SILVER_ICONS=nerd export SILVER_ICONS=nerd
export SILVER_SHELL=${0#-} # bash, zsh, or fish source <(silver init)
eval "$(silver init)"
source ~/.bash_aliases source ~/.bash_aliases
...@@ -13,8 +13,7 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' ...@@ -13,8 +13,7 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt # configure silver command prompt
export SILVER_ICONS=nerd export SILVER_ICONS=nerd
export SILVER_SHELL=${0#-} # bash, zsh, or fish source <(silver init)
eval "$(silver init)"
source ~/.local/share/fzf-marks/fzf-marks.plugin.bash source ~/.local/share/fzf-marks/fzf-marks.plugin.bash
source ~/.bash_aliases source ~/.bash_aliases
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment