mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Fix for servers
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
# Ignore the yazi packages and only store the commit in the dotfiles
|
# Ignore the yazi packages and only store the commit in the dotfiles
|
||||||
/cli/dot-config/yazi/flavors
|
cli/dot-config/yazi/flavors
|
||||||
/cli/dot-config/yazi/plugins
|
cli/dot-config/yazi/plugins
|
||||||
|
cli/dot-config/weechat/sec.conf
|
||||||
|
|
||||||
# No database
|
# No database
|
||||||
home/dot-newsboat/cache.db
|
home/dot-newsboat/cache.db
|
||||||
|
home/dot-newsboat/cache.db.lock
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
#
|
|
||||||
# weechat -- sec.conf
|
|
||||||
#
|
|
||||||
# WARNING: It is NOT recommended to edit this file by hand,
|
|
||||||
# especially if WeeChat is running.
|
|
||||||
#
|
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
|
||||||
#
|
|
||||||
# For more info, see: https://weechat.org/doc/weechat/quickstart/
|
|
||||||
#
|
|
||||||
|
|
||||||
[crypt]
|
|
||||||
cipher = aes256
|
|
||||||
hash_algo = sha256
|
|
||||||
passphrase_command = ""
|
|
||||||
salt = on
|
|
||||||
|
|
||||||
[data]
|
|
||||||
__passphrase__ = on
|
|
||||||
libera_password = "DDE143470687466BB81366D42CA948C0AC4C4EDFD698EFD9AF97147F3D69C5B9C4E844C80C018C0274B955D8EBF80330844283A4FA2EEAD2AB3D"
|
|
||||||
@@ -2,6 +2,7 @@ source $HOME/.common_shell
|
|||||||
|
|
||||||
if [ -f /etc/NIXOS ]; then
|
if [ -f /etc/NIXOS ]; then
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
eval "$(zoxide init bash)"
|
||||||
else
|
else
|
||||||
PS1='\u@\h:\w\$ '
|
PS1='\u@\h:\w\$ '
|
||||||
fi
|
fi
|
||||||
@@ -14,7 +15,5 @@ function r() {
|
|||||||
rm -f -- "$tmp"
|
rm -f -- "$tmp"
|
||||||
}
|
}
|
||||||
|
|
||||||
eval "$(zoxide init bash)"
|
|
||||||
|
|
||||||
# Added by GitLab Knowledge Graph installer
|
# Added by GitLab Knowledge Graph installer
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export HTTP_HOME="duckduckgo.com"
|
|||||||
export RANGER_LOAD_DEFAULT_RC=false
|
export RANGER_LOAD_DEFAULT_RC=false
|
||||||
export PATH=$HOME/programs_local/:$HOME/.cargo/bin:~/projects/scripts:/usr/local/bin:$PATH
|
export PATH=$HOME/programs_local/:$HOME/.cargo/bin:~/projects/scripts:/usr/local/bin:$PATH
|
||||||
export PATH=$HOME/programs_local/:~/projects/scripts:~/projects/scripts/other:$PATH
|
export PATH=$HOME/programs_local/:~/projects/scripts:~/projects/scripts/other:$PATH
|
||||||
|
export TERM="xterm"
|
||||||
export MANPAGER="nvim +Man!"
|
export MANPAGER="nvim +Man!"
|
||||||
export GOPATH=$HOME/.go
|
export GOPATH=$HOME/.go
|
||||||
export PATH=$HOME/.go/bin:$PATH
|
export PATH=$HOME/.go/bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user