First few new slackware configs
This commit is contained in:
parent
2f46871e56
commit
585cc29048
9 changed files with 215 additions and 9 deletions
|
|
@ -5,3 +5,10 @@ starship init fish | source
|
|||
|
||||
# Load aliases if they exist
|
||||
test -f ~/.config/fish/aliases.fish && source ~/.config/fish/aliases.fish
|
||||
|
||||
# Parse Slackware's system locale setup cleanly into Fish configuration
|
||||
if test -f /etc/profile.d/lang.sh
|
||||
set -gx LANG (string match -r '(?<=export LANG=).*' < /etc/profile.d/lang.sh | string trim -c '"\'')
|
||||
end
|
||||
|
||||
set -gx LANG en_US.UTF-8
|
||||
|
|
|
|||
3
config/fish/functions/nyxt.fish
Normal file
3
config/fish/functions/nyxt.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function nyxt
|
||||
flatpak run engineer.atlas.Nyxt $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue