Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
manjaro-arm
applications
arm-profiles
Commits
1b55701c
Verified
Commit
1b55701c
authored
Feb 25, 2021
by
Andreas Gerlach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[sway] fix silver init in bashrc
parent
4fb90f0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
overlays/gnome/etc/skel/.bashrc
overlays/gnome/etc/skel/.bashrc
+1
-2
overlays/sway/etc/skel/.bashrc
overlays/sway/etc/skel/.bashrc
+1
-2
No files found.
overlays/gnome/etc/skel/.bashrc
View file @
1b55701c
...
...
@@ -13,7 +13,6 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt
export
SILVER_ICONS
=
nerd
export
SILVER_SHELL
=
${
0
#-
}
# bash, zsh, or fish
eval
"
$(
silver init
)
"
source
<
(
silver init
)
source
~/.bash_aliases
overlays/sway/etc/skel/.bashrc
View file @
1b55701c
...
...
@@ -13,8 +13,7 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt
export
SILVER_ICONS
=
nerd
export
SILVER_SHELL
=
${
0
#-
}
# bash, zsh, or fish
eval
"
$(
silver init
)
"
source
<
(
silver init
)
source
~/.local/share/fzf-marks/fzf-marks.plugin.bash
source
~/.bash_aliases
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment