Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
f3dcaa38
Commit
f3dcaa38
authored
Oct 24, 2014
by
Bruno Pinto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #233 from iven/xdg
parents
0e1ae7e1
0fc0b2d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
plugins/README.markdown
plugins/README.markdown
+1
-0
plugins/xdg/xdg.load
plugins/xdg/xdg.load
+14
-0
No files found.
plugins/README.markdown
View file @
f3dcaa38
...
@@ -27,4 +27,5 @@
...
@@ -27,4 +27,5 @@
*
__sublime__ - creates 'subl' command line shortcut to launch
[
Sublime Text editor
](
http://sublimetext.com/
)
*
__sublime__ - creates 'subl' command line shortcut to launch
[
Sublime Text editor
](
http://sublimetext.com/
)
*
__tmux__ - Plugin to start tmux with support for 256 colours
*
__tmux__ - Plugin to start tmux with support for 256 colours
*
__vi-mode__ - Basic vi key bindings emulation for fish
*
__vi-mode__ - Basic vi key bindings emulation for fish
*
__xdg__ - Setup
[
xdg
](
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
)
environment on Linux
*
__z__ - integration with
[
z
](
https://github.com/rupa/z
)
(
autojump
alternative)
*
__z__ - integration with
[
z
](
https://github.com/rupa/z
)
(
autojump
alternative)
plugins/xdg/xdg.load
0 → 100644
View file @
f3dcaa38
# System
set -x XDG_DATA_DIRS /usr/share /usr/local/share
set -x XDG_CONFIG_DIRS /etc/xdg
# User
set -x XDG_CACHE_HOME $HOME/.cache
set -x XDG_CONFIG_HOME $HOME/.config
set -x XDG_DATA_HOME $HOME/.local/share
set -x XDG_DESKTOP_DIR $HOME/Desktop
set -x XDG_DOWNLOAD_DIR $HOME/Downloads
set -x XDG_DOCUMENTS_DIR $HOME/Documents
set -x XDG_MUSIC_DIR $HOME/Music
set -x XDG_PICTURES_DIR $HOME/Pictures
set -x XDG_VIDEOS_DIR $HOME/Videos
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