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-work/
|
||||
|
||||
fish/.config/fish/config.fish
|
||||
fish/.config/fish/fish_variables
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
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 eza --description "alias ls=eza --git, if installed"
|
||||
if type -q eza
|
||||
eza --git $argv
|
||||
function ls --wraps exa --description "alias ls=exa --git, if installed"
|
||||
if type -q exa
|
||||
exa --git $argv
|
||||
else
|
||||
command ls $argv
|
||||
end
|
||||
|
|
|
@ -3,9 +3,7 @@ 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
|
||||
|
@ -17,8 +15,6 @@ 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