Compare commits
4 commits
b562b761cc
...
8c0845f7d8
Author | SHA1 | Date | |
---|---|---|---|
8c0845f7d8 | |||
f1b23c9598 | |||
ee52af2698 | |||
4077c32a49 |
4 changed files with 10 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
*~
|
||||
dot-private/
|
||||
dot-work/
|
||||
|
||||
fish/.config/fish/config.fish
|
||||
fish/.config/fish/fish_variables
|
||||
|
|
|
@ -20,11 +20,6 @@
|
|||
|
||||
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 -Ux GPG_TTY (tty)
|
||||
|
||||
|
|
|
@ -36,9 +36,9 @@ if status --is-interactive
|
|||
alias e="es"
|
||||
end
|
||||
|
||||
function ls --wraps exa --description "alias ls=exa --git, if installed"
|
||||
if type -q exa
|
||||
exa --git $argv
|
||||
function ls --wraps eza --description "alias ls=eza --git, if installed"
|
||||
if type -q eza
|
||||
eza --git $argv
|
||||
else
|
||||
command ls $argv
|
||||
end
|
||||
|
|
|
@ -3,7 +3,9 @@ org.darktable.Darktable
|
|||
org.gimp.GIMP
|
||||
org.inkscape.Inkscape
|
||||
org.kde.digikam
|
||||
org.kde.kdenlive
|
||||
org.kde.krita
|
||||
net.scribus.Scribus
|
||||
|
||||
# Development
|
||||
io.beekeeperstudio.Studio
|
||||
|
@ -15,6 +17,8 @@ org.signal.Signal
|
|||
|
||||
# Multimedia
|
||||
com.spotify.Client
|
||||
com.valvesoftware.Steam
|
||||
net.minetest.Minetest
|
||||
|
||||
# Miscellanious
|
||||
com.github.tchx84.Flatseal
|
||||
|
|
Loading…
Add table
Reference in a new issue