Compare commits
No commits in common. "f014b4dda4f9964eda1831d3d1c9a3c8c1f3f008" and "bec442ce50224eb8cf49a655de6b16418abc4c99" have entirely different histories.
f014b4dda4
...
bec442ce50
2 changed files with 1 additions and 5 deletions
5
.bashrc
5
.bashrc
|
@ -62,7 +62,7 @@ alias la='eza -a --color=always --group-directories-first'
|
|||
alias ll='eza -lah --color=always --group-directories-first'
|
||||
alias l.='eza -a | grep "^\."'
|
||||
|
||||
# Make things readable
|
||||
#Make things readable
|
||||
alias top=htop
|
||||
alias df='df -h'
|
||||
alias grep='grep --color=always'
|
||||
|
@ -102,8 +102,5 @@ alias vim=nvim
|
|||
alias pybuild="python -m build"
|
||||
alias pytwine="python -m twine"
|
||||
|
||||
# Paths, conveniences
|
||||
alias wallmanrepo="/var/db/repos/wallman/app-misc/wallman/"
|
||||
|
||||
# Prompt
|
||||
eval "$(starship init bash)"
|
||||
|
|
|
@ -6,7 +6,6 @@ used_sets = ["anime", "nature"]
|
|||
wallpapers_per_set = 5
|
||||
notify = true
|
||||
fallback_wallpaper = "/home/emma/Bilder/Hintergründe/wideFallbackScreen.jpg"
|
||||
loglevel = "DEBUG"
|
||||
|
||||
# Enter the hours at which you want the wallpaper to change.
|
||||
# If the script is called between one of this times, it will go back to the previous time.
|
||||
|
|
Loading…
Reference in a new issue