Compare commits
No commits in common. "8c0845f7d8c2cb7b490f265b146348316759300d" and "b562b761cc105bb4cbe212bbc1cdc5816bd2eeba" have entirely different histories.
8c0845f7d8
...
b562b761cc
4 changed files with 8 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
*~
|
*~
|
||||||
dot-private/
|
dot-private/
|
||||||
dot-work/
|
dot-work/
|
||||||
|
|
||||||
fish/.config/fish/config.fish
|
|
||||||
fish/.config/fish/fish_variables
|
|
||||||
|
|
|
@ -20,6 +20,11 @@
|
||||||
|
|
||||||
set -x ARCHFLAGS -arch_x86_64
|
set -x ARCHFLAGS -arch_x86_64
|
||||||
|
|
||||||
|
set -e LANG
|
||||||
|
set -e LC_CTYPE
|
||||||
|
set -Ux LANG "en_DK.UTF-8"
|
||||||
|
set -Ux LC_TYPE "en_DK.UTF-8"
|
||||||
|
|
||||||
set -e GPG_TTY
|
set -e GPG_TTY
|
||||||
set -Ux GPG_TTY (tty)
|
set -Ux GPG_TTY (tty)
|
||||||
|
|
||||||
|
|
|
@ -36,9 +36,9 @@ if status --is-interactive
|
||||||
alias e="es"
|
alias e="es"
|
||||||
end
|
end
|
||||||
|
|
||||||
function ls --wraps eza --description "alias ls=eza --git, if installed"
|
function ls --wraps exa --description "alias ls=exa --git, if installed"
|
||||||
if type -q eza
|
if type -q exa
|
||||||
eza --git $argv
|
exa --git $argv
|
||||||
else
|
else
|
||||||
command ls $argv
|
command ls $argv
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,9 +3,7 @@ org.darktable.Darktable
|
||||||
org.gimp.GIMP
|
org.gimp.GIMP
|
||||||
org.inkscape.Inkscape
|
org.inkscape.Inkscape
|
||||||
org.kde.digikam
|
org.kde.digikam
|
||||||
org.kde.kdenlive
|
|
||||||
org.kde.krita
|
org.kde.krita
|
||||||
net.scribus.Scribus
|
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
io.beekeeperstudio.Studio
|
io.beekeeperstudio.Studio
|
||||||
|
@ -17,8 +15,6 @@ org.signal.Signal
|
||||||
|
|
||||||
# Multimedia
|
# Multimedia
|
||||||
com.spotify.Client
|
com.spotify.Client
|
||||||
com.valvesoftware.Steam
|
|
||||||
net.minetest.Minetest
|
|
||||||
|
|
||||||
# Miscellanious
|
# Miscellanious
|
||||||
com.github.tchx84.Flatseal
|
com.github.tchx84.Flatseal
|
||||||
|
|
Loading…
Add table
Reference in a new issue