Initial commit
This commit is contained in:
14
config.fish
Normal file
14
config.fish
Normal file
@@ -0,0 +1,14 @@
|
||||
fish_add_path --append /usr/sbin
|
||||
test -x $HOME/.local/bin/update-xdg-data-dirs.py; and set -gx XDG_DATA_DIRS ($HOME/.local/bin/update-xdg-data-dirs.py)
|
||||
|
||||
# My own stuff
|
||||
fish_add_path --prepend $HOME/bin
|
||||
fish_add_path --prepend $HOME/.local/bin
|
||||
|
||||
set -gx EDITOR ec
|
||||
|
||||
set uds (command -v update-default-soundcard)
|
||||
|
||||
if test -n "$uds" -a -x "$uds"
|
||||
$uds
|
||||
end
|
Reference in New Issue
Block a user