mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 12:47:21 +02:00
massive installer update , a new screenie and work-xps settings
This commit is contained in:
@@ -12,10 +12,15 @@ source ~/.alias
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
eval $(thefuck --alias)
|
||||
|
||||
source ~/.custom
|
||||
|
||||
# Fix .netcore paths if dotnet is installed
|
||||
if hash dotnet 2>/dev/null; then
|
||||
export PATH="$PATH:~/.dotnet/tools"
|
||||
export DOTNET_ROOT=$(dirname $(realpath $(which dotnet)))
|
||||
fi
|
||||
|
||||
|
||||
#... :P fancy stuffs
|
||||
#screenfetch -t -A "UBUNTU"
|
||||
neofetch
|
||||
|
Reference in New Issue
Block a user