Fixed font issue with dunst
This commit is contained in:
@@ -21,7 +21,7 @@ export LESS='-C -M -j 3 -R -# 2'
|
||||
# User specific aliases and functions
|
||||
alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null
|
||||
alias l='ls -lh --color --time-style=long'
|
||||
alias ll='ls -lah --color --time-style=long'
|
||||
alias ll='ls -lAh --color --time-style=long'
|
||||
alias lsd='l -d */'
|
||||
alias p='ping'
|
||||
alias dmesg='dmesg -H'
|
||||
@@ -29,6 +29,9 @@ alias ip='ip -c'
|
||||
#alias s='sudo $(history -p !!)'
|
||||
alias s='sudo'
|
||||
|
||||
#not sure why fedora doesnt set this or what it might break but here we go
|
||||
export XDG_CONFIG_HOME=$HOME/.config
|
||||
|
||||
# make tab after cd only complete using dir names
|
||||
complete -d cd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user